Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Forked from skdangi/gist:4618858
Last active August 29, 2015 14:24
Show Gist options
  • Save UbuntuEvangelist/74f0eb7d35de086a2588 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/74f0eb7d35de086a2588 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install mysql-server
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo apt-get install php5-mysql
wget http://nchc.dl.sourceforge.net/project/opensis-ce/opensis5.1.zip
sudo apt-get install unzip
unzip opensis5.1.zip
sudo cp -R ~/opensis /var/www/
chmod -R 777 /var/www/opensis/
sudo service apache2 restart
Open Browser [http://localhost/opensis/install/index.php] and proceed with installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment