orp-software
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| orp-software [2019/10/25 18:38] – created aorth | orp-software [2019/10/31 08:45] (current) – aorth | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| < | < | ||
| - | $ </ | + | $ / | 
| + | |||
| + | Read [[https:// | ||
| ===== Installation ====== | ===== Installation ====== | ||
| - | Notes from the sysadmin during installation: | + | Notes from the sysadmin during installation. First, create a chroot on the local filesystem to perform the installation. | 
| < | < | ||
| Line 30: | Line 32: | ||
| $ sudo mount -t proc procfs / | $ sudo mount -t proc procfs / | ||
| $ sudo mount -t sysfs sysfs / | $ sudo mount -t sysfs sysfs / | ||
| - | $ sudo chroot / | + | $ sudo chroot / | 
| - | # Try to loosely follow instructions in the Dockerfile | + | |
| - | # wget https:// | + | Then, after entering the chroot, try to loosely follow | 
| + | |||
| + | < | ||
| # tar xf 2.2.8.tar.gz | # tar xf 2.2.8.tar.gz | ||
| # mv Oyster_River_Protocol-2.2.8 / | # mv Oyster_River_Protocol-2.2.8 / | ||
| # cd / | # cd / | ||
| - | # Try to loosely follow instructions in the Makefile | ||
| # wget https:// | # wget https:// | ||
| # bash Miniconda3-latest-Linux-x86_64.sh -b -p software/ | # bash Miniconda3-latest-Linux-x86_64.sh -b -p software/ | ||
| Line 44: | Line 47: | ||
| # conda config --set sat_solver pycryptosat | # conda config --set sat_solver pycryptosat | ||
| # conda env create -f py37_env.yml python=3.7 | # conda env create -f py37_env.yml python=3.7 | ||
| - | # conda activate orp | + | # conda activate orp</ | 
| + | |||
| + | Set up a few extra pieces of software and download some data sets (see the Makefile): | ||
| - | # Setup extra bits of data and software from Makefile | + | < | 
| - | # git clone -b 2.0.1 https:// | + | |
| # mkdir software/ | # mkdir software/ | ||
| # cd software/ | # cd software/ | ||
| Line 77: | Line 81: | ||
| $ sudo mkdir -p / | $ sudo mkdir -p / | ||
| $ sudo chown aorth / | $ sudo chown aorth / | ||
| - | $ rsync -av / | + | $ rsync -av / | 
| + | $ sudo chown -R root: | ||
| Oyster River Protocol has dozens of dependencies and is essentially impossible to install without the use of [[https:// | Oyster River Protocol has dozens of dependencies and is essentially impossible to install without the use of [[https:// | ||
| To create the [[https:// | To create the [[https:// | ||
orp-software.1572028707.txt.gz · Last modified:  by aorth
                
                