Update indentation in readme
This commit is contained in:
committed by
GitHub
parent
cf9568015b
commit
4a9cbb6ae6
@@ -31,9 +31,9 @@ gemp_app is slightly more complicated. Gemp is a Java server, is built using Ma
|
||||
2. In the Docker [.env](./.env) file note all of the username/password fields. If you are hosting this for something other than personal development, be sure to change all of these to something else.
|
||||
3. Note the two "published" ports: 17001 for the app, and 35001 for the db. These are the ports that you will be accessing the site with (and the db if you connect with a database manager). If you are hosting this for something other than personal development, consider changing these to something else. **DO NOT** change the "target" ports, these targets are the ports that are used internally by Docker networking.
|
||||
5. If you changed SQL credentials in step 4.2, navigate to [gemp-lotr.properties](../gemp-lotr-common/src/main/resources/gemp-lotr.properties):
|
||||
1. **DO NOT CHANGE** the ports here. These ports listed are the "target" ports in step 4.3, which you didn't edit because you followed the big "DO NOT" imperative.
|
||||
2. edit the db.connection.username and db.connection.password items to match the credentials you set in step 4.2.
|
||||
3. note the origin.allowed.pattern. It is set to allow all connections, but if you are hosting this for something other than personal development, consider changing this to match your DNS hostname exactly.
|
||||
1. **DO NOT CHANGE** the ports here. These ports listed are the "target" ports in step 4.3, which you didn't edit because you followed the big "DO NOT" imperative.
|
||||
2. edit the db.connection.username and db.connection.password items to match the credentials you set in step 4.2.
|
||||
3. note the origin.allowed.pattern. It is set to allow all connections, but if you are hosting this for something other than personal development, consider changing this to match your DNS hostname exactly.
|
||||
6. Open a command line and navigate to gemp-lotr/gemp-lotr/docker.
|
||||
* Run the command `docker-compose up -d`
|
||||
* You should see `Starting gemp_app....done` and `Starting gemp_db....done` at the end.
|
||||
|
||||
Reference in New Issue
Block a user