Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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