diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-06 15:29:42 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-06 15:29:42 +0800 |
commit | b3f6c5ec8d3e24e2e9c75dcd556e63d23ad33fe1 (patch) | |
tree | e1ae6c01120a47933d70765c1871e11f0da8488a /brain.documentation/QUICKSTART.rst | |
parent | 7959c83eca6764e659b1e4c1acb221149c9bf2f8 (diff) |
brain.documentation/QUICKSTART.rst: specify the running environment.
Diffstat (limited to 'brain.documentation/QUICKSTART.rst')
-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
|