Skip to content

Commit 3a93d1e

Browse files
author
Gogs
committed
Add setting for folder in README
1 parent 85b58e6 commit 3a93d1e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
1010
2. If you haven't installed the Rails Gem, you can run the following command: _gem install ruby_
1111
3. Clone this repository in a location of your own choice: _git clone https://github.com/jonashellmann/everydocs-core_
1212
4. 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

0 commit comments

Comments
 (0)