Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

installation ooi3 on Ubuntu 14.04

kozora edited this page Feb 9, 2017 · 2 revisions
apt-get update
apt-get upgrade
apt-get install git nginx supervisor python3-pip python3.4-venv libffi-dev libssl-dev

cd /srv
git clone https://github.com/acgx/ooi3.git
pyvenv-3.4 ooi3
cd ooi3
source bin/activate
pip install -U pip setuptools
pip install -r requirements.txt
deactivate