Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
af047498
Commit
af047498
authored
Jul 07, 2021
by
carlosribas
Browse files
Update installation instructions
parent
beede4f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
README.md
README.md
+11
-1
No files found.
README.md
View file @
af047498
...
...
@@ -24,10 +24,20 @@ The [public postgres database](https://rnacentral.org/help/public-database) is c
If you want to use another database, add the following environment variables:
`DB_HOST`
,
`DB_NAME`
,
`DB_USER`
,
`DB_PASSWORD`
, and
`DB_PORT`
.
3.
Run the app using
[
Docker
](
https://www.docker.com
)
:
3.
For Mac OS users, install
[
mutagen
](
https://mutagen.io/
)
(
Docker
on Mac has some performance issues)
```
brew install mutagen-io/mutagen/mutagen-beta
```
4.
Run the app using
[
Docker
](
https://www.docker.com
)
:
```
For Linux users:
docker-compose -f docker-compose.local.yml up --build
For Mac OS users:
mutagen compose -f docker-compose.local.mac.yml up --build
```
## Feedback
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment