You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Please note: currently under development**
4
4
5
-
EveryDocs Core is the server-side part of EveryDocs. This project will contain an web interface and a mobile app in the near future. All in all, EveryDocs is a simple Document Management System (DMS) for private use. It contains basic functionality to organize your documents digitally.
5
+
EveryDocs Core is the server-side part of EveryDocs. This project will contain an [web interface](https://github.com/jonashellmann/everydocs-web/) and a mobile app in the near future. All in all, EveryDocs is a simple Document Management System (DMS) for private use. It contains basic functionality to organize your documents digitally.
6
6
7
7
## Installation
8
8
@@ -12,7 +12,8 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
12
12
4. Configure your database connection in config/database.yml
13
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
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/)!
15
16
16
17
## Routes Documentation
17
18
18
-
To learn about the routes the API offers, run the following command: _rake routes_
19
+
To learn about the routes the API offers, run the following command: _rake routes_
0 commit comments