File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
13135 . Configure the folder where documents are stored in config/settings.yml
14146 . Install required dependencies by ruuning: `` bundle install ``
15157 . 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
You can’t perform that action at this time.
0 commit comments