This Project is meant to help a fast way to install from source code the latest version of Apache, PHP and Ruby on Ubuntu Linux.
For all the commands below it is necessary to clone this repo or download the .sh file
git clone https://github.com/danielsan/latest-apache-php-ruby
cd latest-apache-php-ruby
./environment_setup.sh --apache-download --apache-install
./environment_setup.sh --apache-download
The following command assumes that your working directory is the one with the apache source code.
./environment_setup.sh --apache-install
./environment_setup.sh --php-download --php-install
./environment_setup.sh --php-download
The following command assumes that your working directory is the one with the PHP source code.
./environment_setup.sh --php-install
./environment_setup.sh --rbenv-install
The following command assumes that your working directory is the one with the PHP source code.
./environment_setup.sh --ruby-install
./environment_setup.sh --rbenv-install --ruby-install