-
Notifications
You must be signed in to change notification settings - Fork 4
Installation Install
Tameesh Biswas edited this page Mar 26, 2017
·
1 revision
- 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.