Skip to content

Installation Install

Tameesh Biswas edited this page Mar 26, 2017 · 1 revision

Installation Instructions

  • Clone repository in [directory_name] on your server root
  • open .htaccess and replace "iwa" by 'directory_name'
  • Fill corresponding fields in servConf.php to configure mySQL database
  • AllowOverride All in apache2 config file
  • Run the following in the terminal: a2enmod rewrite ; service apache2 restart
  • import iwa.sql into mySQL db.
Clone this wiki locally