Though I haven't run the server yet, I found these DB inits to be wrong
parent
c108c9be63
commit
2cea3b69a9
|
@ -18,5 +18,6 @@ Once the requirements are installed, continue with the following:
|
||||||
3. cp config/sample.yml local.yml
|
3. cp config/sample.yml local.yml
|
||||||
4. edit the local.yml with your details
|
4. edit the local.yml with your details
|
||||||
5. compile server with `mvn package`
|
5. compile server with `mvn package`
|
||||||
6. initialize database with `java -jar PATH-TO-JAR db migrate local.yml`
|
6. initialize account database with `java -jar PATH-TO-JAR accountdb migrate local.yml`
|
||||||
7. start server with `java -jar PATH-TO-JAR server local.yml`
|
7. initialize message store with `java -jar PATH-TO-JAR messagedb migrate local.yml`
|
||||||
|
8. start server with `java -jar PATH-TO-JAR server local.yml`
|
||||||
|
|
Loading…
Reference in New Issue