File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
10102 . If you haven't installed the Rails Gem, you can run the following command: _ gem install ruby_
11113 . Clone this repository in a location of your own choice: _ git clone https://github.com/jonashellmann/everydocs-core _
12124 . Configure your database connection in config/database.yml
13- 5 . Start your Rails server on a specific port (or on port 3000, if you don't use the command line parameter): _ rails server --port 1234_
14- 6 . Access the application on http://localhost:1234 or configure any kind of proxy forwarding in your webserver.
15- 7 . If you wish to use this application in your web browser, consider to install [ EveryDocs Web] ( https://github.com/jonashellmann/everydocs-web/ ) !
13+ 5 . Configure the folder where documents are stored in config/settings.yml
14+ 6 . Start your Rails server on a specific port (or on port 3000, if you don't use the command line parameter): _ rails server --port 1234_
15+ 7 . Access the application on http://localhost:1234 or configure any kind of proxy forwarding in your webserver.
16+ 8 . If you wish to use this application in your web browser, consider to install [ EveryDocs Web] ( https://github.com/jonashellmann/everydocs-web/ ) !
1617
1718## Routes Documentation
1819
You can’t perform that action at this time.
0 commit comments