Advertisement
chrissharp123

Untitled

Feb 12th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. root history:
  2.  
  3. root@vanilla:/home/opensrf/pines# history
  4. 1 useradd -m -s /bin/bash opensrf
  5. 2 su opensrf
  6. 3 apt install make
  7. 4 fg
  8. 5 apt install autotools-dev
  9. 6 fg
  10. 7 apt install autotools-dev
  11. 8 apt install autoconf
  12. 9 fg
  13. 10 cd /home/opensrf/OpenSRF/
  14. 11 make -f src/extras/Makefile.install ubuntu-jammy
  15. 12 fg
  16. 13 make install
  17. 14 vim /openils/conf/opensrf_core.xml.example
  18. 15 vim /openils/conf/redis-accounts.txt.example
  19. 16 fg
  20. 17 cd ../pines/
  21. 18 make -f Open-ILS/src/extras/Makefile.install ubuntu-jammy
  22. 19 fg
  23. 20 make install
  24. 21 vim /openils/conf/opensrf_core.xml.example
  25. 22 history
  26.  
  27. opensrf history:
  28.  
  29. opensrf@vanilla:~/pines$ history
  30. 1 cd
  31. 2 git clone git://git.evergreen-ils.org/OpenSRF.git
  32. 3 cd OpenSRF/
  33. 4 suspend
  34. 5 autoreconf
  35. 6 suspend
  36. 7 autoreconf -i
  37. 8 suspend
  38. 9 autoreconf -i
  39. 10 fg
  40. 11 ./configure --prefix=/openils --sysconfdir=/openils/conf --with-websockets-port=443
  41. 12 make
  42. 13 suspend
  43. 14 cd
  44. 15 git clone git://git.evergreen-ils.org/evergreen/pines.git
  45. 16 cd pines/
  46. 17 git checkout rel_3_14_3
  47. 18 suspend
  48. 19 autoreconf -i
  49. 20* PATH=$PATH:/openils/bin ./configure --prefix=/openils --sysconfdir=/openils/conf && make1
  50. 21 suspend
  51. 22 history
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement