-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbinary
28 lines (24 loc) · 827 Bytes
/
binary
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Building binary on centos
git clone --depth 1 -b web-develop https://github.com/I2PC/scipion-web
./scipion config
change scipion.conf
./scipion config
yum install wget
./scipion install -j 8
./scipion install eman2.12
./scipion install resmap
./scipion install sh_alignment --no-xmipp (This should be added according to Laura.)
change in tar.py required (scipion -> scipion-web)
python scipion-web/scripts/tar.py scipion-web-binary
upload binary to website
Building binary on ubuntu
git clone --depth 1 -b web-develop https://github.com/I2PC/scipion-web
./scipion config
./scipion install -j 8
./scipion install eman2.12
./scipion install resmap
./scipion install sh_alignment --no-xmipp
change in tar.py required (scipion -> scipion-web)
python scipion-web/scripts/tar.py scipion-web-binary
upload binary to website
...