Skip to content

Commit

Permalink
Merge pull request #2479 from Nyco/patch-5
Browse files Browse the repository at this point in the history
[skip ci] Lists are inline
  • Loading branch information
NelsonVides authored Sep 25, 2019
2 parents df72fa5 + 2c8e741 commit ae551a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/user-guide/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ Now you have the minimum knowledge: you know how to deploy MongooseIM, configure
### Summary: command line
You know `mongooseimctl`, with commands such as:
* `start`, `restart`, `stop`, `status`, `live`, `foreground`
* `get_loglevel`
* `register_identified`, `check_account`, `registered_users`, `unregister`
Expand All @@ -338,6 +339,7 @@ You know basic entries in files:
### Summary: client/app
In an app, you know how to:
* connect
* chat with another user
* create/join groupchats
Expand All @@ -347,6 +349,7 @@ In an app, you know how to:
## Go further
For the next steps, we now encourage you to:
1. Deploy it as a single node, on a publicly accessible server, with a real routable domain name with its certificate
1. Add an RDBMS for persistent data, and LDAP for user directory
1. Enable message history with MAM (Message Archive Management)
Expand Down

0 comments on commit ae551a9

Please sign in to comment.