File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 private: " true"
3535 username: " your username"
3636 password: " your password"
37+ multiuser: " false"
3738 ` ` `
38396. Start the server
3940 ` ` ` bash
6162 private: "true"
6263 username: "your username"
6364 password: "your password"
65+ multiuser: "false"
6466 ```
65673. Follow the commands in the [docker instance](./docker.md) guide depending on what docker method you used
6668 - Docker Compose [here](./docker.md#docker-compose)
6769 - Docker Compose (build) [here](./docker.md#docker-compose-build)
68- - Standalone Docker (not recommended) [here](./docker.md#standalone)
70+ - Standalone Docker (not recommended) [here](./docker.md#standalone) **NOT RECOMMENDED**
6971
70723a. Simply omit the step where it tells you to make a config.yml file (as you have already done that)
7173
@@ -95,9 +97,9 @@ Here is a list of things you will need to do:
9597 ` ` ` yml
9698 port: 9293 # currently does nothing, but will be used in the future
9799 verboseLogging: "false" #change this to "true" to enable verbose logging
98- private: "false " #change this to "true" to enable private mode
99- username: "ruby " #change this to your username (when using private mode)
100- password: "ruby " #change this to your password (when using private mode)
100+ private: "true " #change this to "true" to enable private mode
101+ username: "yourUsername " #change this to your username (when using private mode)
102+ password: "yourPassword " #change this to your password (when using private mode)
101103
102104 multiuser: "true" # set to true to enable multiuser mode when using private mode (if not using private mode, this will be ignored)
103105
You can’t perform that action at this time.
0 commit comments