Skip to content

Commit

Permalink
updated docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Jul 10, 2019
1 parent 0973db5 commit 86665f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Launchable public Amazon Web Services (AWS) EC2 images may be [launched from Com
Launch settings should be 2 vCPU, 8 GB recommended, 80 GB storage depending on the size of your data, and ports 22 and 8080 open at a minimum.
The server will be available at <http://aws.public.ip:8080/apollo/>. Binaries with be in the `apollo/bin` directory though it should be in the path.

Apollo may be launched from [Docker](docs/Setup.md#configure-for-docker) as well.
Apollo may be launched from [Docker](docs/Docker.md) as well.

The [quick-start guide for developers](docs/Apollo2Build.md) shows how to easily get started with Apollo.

Expand Down
11 changes: 0 additions & 11 deletions docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ server `apollo run-local` or `apollo debug` use the development environment (i.e
* `apollo test` uses the test environment (i.e. only when running unit tests)



#### Configure for H2:
- H2 is an embedded database engine, so no external setups are needed. Simply copy sample-h2-apollo-config.groovy to
apollo-config.groovy.
Expand All @@ -88,21 +87,11 @@ server `apollo run-local` or `apollo debug` use the development environment (i.e
- Copy the sample-postgres-apollo-config.groovy to apollo-config.groovy.



#### Configure for MySQL:
- Create a new MySQL database for production mode (i.e. run ``create database `apollo-production``` in the mysql
console) and copy the sample-postgres-apollo-config.groovy to apollo-config.groovy.


#### Configure for Docker:
- Set up and export all of the environment variables you wish to configure. At bare minimum you will likely wish to set
`WEBAPOLLO_DB_USERNAME`, `WEBAPOLLO_DB_PASSWORD`, `WEBAPOLLO_DB_DRIVER`, `WEBAPOLLO_DB_DIALECT`, and
`WEBAPOLLO_DB_URI`
- Create a new database in your chosen database backend and copy the sample-docker-apollo-config.groovy to
apollo-config.groovy.
- [Instructions and a script for launching docker with apollo and PostgreSQL](https://github.com/GMOD/docker-apollo).


#### Apollo in Galaxy
Apollo can always be used externally from Galaxy, but there are a few integrations available as well.

Expand Down

0 comments on commit 86665f5

Please sign in to comment.