Skip to content

Commit

Permalink
Merge pull request #160 from simphony/add-doc-troubleshooting
Browse files Browse the repository at this point in the history
Added troubleshoot page in documentation
  • Loading branch information
stefanoborini authored Jul 26, 2016
2 parents bd0395a + 28bfaa8 commit 9af58e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Compatible docker containers can be found in DockerHub. Refer to the documentati
of `simphony-remote-docker <https://github.com/simphony/simphony-remote-docker>`_
repository to deploy the images.

.. _deploy_setup_db:

Setup Database Accounting
-------------------------
Expand Down
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Key provided features:
design
developer
api
troubleshooting
6 changes: 6 additions & 0 deletions doc/source/troubleshoot/database.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The database is not initalised properly
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Each user's server requires a database setup and readable by the local process on which the :py:mod:`remoteappmanager` web application is started. The error message indicates that the database is not readable (e.g. it does not exist). Please refer to :ref:`deploy_setup_db` for details and options on setting up the database.

For more details on how the local process is managed, please refers to :py:mod:`remoteappmanager.spawner`.
5 changes: 5 additions & 0 deletions doc/source/troubleshooting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Troubleshoot
------------

.. include::
troubleshoot/database.rst

0 comments on commit 9af58e4

Please sign in to comment.