Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root history:
- root@vanilla:/home/opensrf/pines# history
- 1 useradd -m -s /bin/bash opensrf
- 2 su opensrf
- 3 apt install make
- 4 fg
- 5 apt install autotools-dev
- 6 fg
- 7 apt install autotools-dev
- 8 apt install autoconf
- 9 fg
- 10 cd /home/opensrf/OpenSRF/
- 11 make -f src/extras/Makefile.install ubuntu-jammy
- 12 fg
- 13 make install
- 14 vim /openils/conf/opensrf_core.xml.example
- 15 vim /openils/conf/redis-accounts.txt.example
- 16 fg
- 17 cd ../pines/
- 18 make -f Open-ILS/src/extras/Makefile.install ubuntu-jammy
- 19 fg
- 20 make install
- 21 vim /openils/conf/opensrf_core.xml.example
- 22 history
- opensrf history:
- opensrf@vanilla:~/pines$ history
- 1 cd
- 2 git clone git://git.evergreen-ils.org/OpenSRF.git
- 3 cd OpenSRF/
- 4 suspend
- 5 autoreconf
- 6 suspend
- 7 autoreconf -i
- 8 suspend
- 9 autoreconf -i
- 10 fg
- 11 ./configure --prefix=/openils --sysconfdir=/openils/conf --with-websockets-port=443
- 12 make
- 13 suspend
- 14 cd
- 15 git clone git://git.evergreen-ils.org/evergreen/pines.git
- 16 cd pines/
- 17 git checkout rel_3_14_3
- 18 suspend
- 19 autoreconf -i
- 20* PATH=$PATH:/openils/bin ./configure --prefix=/openils --sysconfdir=/openils/conf && make1
- 21 suspend
- 22 history
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement