From b3f6c5ec8d3e24e2e9c75dcd556e63d23ad33fe1 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 6 Feb 2021 15:29:42 +0800 Subject: brain.documentation/QUICKSTART.rst: specify the running environment. --- brain.documentation/QUICKSTART.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.1