diff options
-rw-r--r-- | brain.documentation/QUICKSTART.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/brain.documentation/QUICKSTART.rst b/brain.documentation/QUICKSTART.rst index 0c9c733..c5601ce 100644 --- a/brain.documentation/QUICKSTART.rst +++ b/brain.documentation/QUICKSTART.rst @@ -192,6 +192,18 @@ We can add these peak files to parameter_for_buildCmatrix.txt:: Also, users can download BRAIN and run it locally. See run.network.locally_. This requires sufficient computational power (in our case it is 100GB memory, 32-core CPU), mainly for computing large distance matrices.
+Running environment
+---------------------------
+
+Brain could be run on an Ubuntu server.
+
+This server has 4 processor cores, 8GB of RAM, and 50GB of disk space.
+
+The front-end is located at ``/var/www/brain``. Log in as root to edit cron jobs.
+
+The back-end is located at ``/home/lanhui/brain``. Log in as a normal user lanhui to edit cron jobs.
+
+
.. _run.network.locally:
Running a network locally
|