Changes between Version 45 and Version 46 of install
- Timestamp:
- Feb 13, 2018, 12:48:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v45 v46 5 5 * currently supported systems for automated install of a web server. 6 6 * Ubuntu 14.04 LTS 64 bit and 16.04 LTS 64 bit 7 * CentOS 6.7, 6.8, 6.9, 7.2 & 7.364 bit7 * CentOS 6.7, 6.8, 6.9, 7.2, 7.3 & 7.4 64 bit 8 8 * Red Hat Enterprise Linux 6.7 and 6.8 64 bit 9 9 * Scientific Linux 7.2, 7.3 & CernVM 64 bit … … 35 35 * Ubuntu 36 36 {{{ 37 $ sudo apt-get update && sudo apt-get -y install subversion build-essential && sudo mkdir /src && sudo chmod a+rwx /src && cd /src && svn co svn://svn.genapp.rocks/svn/base/genapp genapp37 $ sudo apt-get update && sudo apt-get -y install subversion build-essential libssl-dev bc && sudo mkdir /src && sudo chmod a+rwx /src && cd /src && svn co svn://svn.genapp.rocks/svn/base/genapp genapp 38 38 }}} 39 * Centos 6.7, 6.8, 7.2, 7.3 & !RedHat 6.7, 6.839 * Centos 6.7, 6.8, 7.2, 7.3, 7.4 & !RedHat 6.7, 6.8 40 40 {{{ 41 41 $ sudo yum install -y subversion openssl-devel bc && sudo yum -y groupinstall 'Development tools' && sudo mkdir /src && sudo chmod a+rwx /src && cd /src && svn co svn://svn.genapp.rocks/svn/base/genapp genapp … … 56 56 57 57 == system specific notes == 58 * Ubuntu 16.0459 * you might not have bc and openssl headers installed, to do so {{{ $ sudo apt-get update && sudo apt-get install -y libssl-dev bc }}}60 58 * CentOS & !RedHat & Scientific Linux 61 59 * a new version of perl is needed and the install process will stop early and tell you to run {{{$ /src/genapp/sbin/install-perl-stable}}} 62 60 * this will not overwrite the system installed perl, but will create a separate copy of perl under /src/genapp 63 * CentOS64 * you might not have bc and openssl headers installed, to do so {{{ $ sudo yum install -y openssl-devel bc }}}65 61 * Scientific linux 66 62 * package kit seems to interfere with yum (giving a yum lock error) if you get this during install, try {{{ $ sudo systemctl stop packagekit.service }}}