Skip to content

Commit 8e5cc33

Browse files
author
Gogs
committed
Add step in README.md
1 parent 2f8d4fd commit 8e5cc33

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
1313
5. Configure the folder where documents are stored in config/settings.yml
1414
6. Install required dependencies by ruuning: ``bundle install``
1515
7. You might want to change the port of the application in start-app.sh.
16-
7. Start your Rails server: ``./start-app.sh``
17-
8. Access the application on http://localhost:1234 or configure any kind of proxy forwarding in your webserver.
18-
9. If you wish to use this application in your web browser, consider to install [EveryDocs Web](https://github.com/jonashellmann/everydocs-web/)!
19-
10. Stop the application: ``./stop-app.sh``
16+
8. Setup your database by running: ``rails db:migrate``
17+
9. Start your Rails server: ``./start-app.sh``
18+
10. Access the application on http://localhost:1234 or configure any kind of proxy forwarding in your webserver.
19+
11. If you wish to use this application in your web browser, consider to install [EveryDocs Web](https://github.com/jonashellmann/everydocs-web/)!
20+
12. Stop the application: ``./stop-app.sh``
2021

2122
## Backup
2223

0 commit comments

Comments
 (0)