Skip to content

Instantly share code, notes, and snippets.

@skdangi
Last active March 17, 2017 05:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save skdangi/4618858 to your computer and use it in GitHub Desktop.
Save skdangi/4618858 to your computer and use it in GitHub Desktop.
opensis installation on ubuntu
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