Skip to content
Snippets Groups Projects
Commit 864dd04c authored by Geneviève Boucher's avatar Geneviève Boucher
Browse files

Update deployment.txt

parent 19d31b7c
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,31 @@ ...@@ -12,5 +12,31 @@
yum install gcc-c++ yum install gcc-c++
yum install cmake yum install cmake
yum install python-virtualenv yum install python-virtualenv
yum install graphviz
yum install boost-devel
yum install wget
yum install bzip2
yum install git
yum install httpd-tools
yum install libxslt-devel libxml2-devel
3. Python packages (virtualenv?) 3. Python packages (virtualenv?)
virtualenv mistic-env
source mistic-env/bin/activate
4.Install phantomjs
cd mistic-env/bin
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
tar -jxvf phantomjs-2.1.1-linux-x86_64.tar.bz2
ln -s phantomjs-2.1.1-linux-x86_64/bin/phantomjs
5. Clone MiSTIC
git clone https://gitlab.iric.ca/bioinfo_iric/MiSTIC.git
pip install --upgrade pip
pip install -r Requirements.txt
python setup.py install #(or develop)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment