This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Ubuntu Local Copy Setup
AlanRosenthal edited this page Jul 24, 2012
·
15 revisions
This page contains instructions for setting up a local copy of the iSENSE website on Ubuntu Linux.
- Make sure you have a local clone of the iSENSE repository. see first section of HERE for details.
- Make sure you have a user on isense.cs.uml.edu. For maximum convience that username should be common to both isense and your dev system (otherwise you'll have to do some modification to the install script).
- Create a symlink so that /var/www is a symlink to “web” in the iSENSE git respository (your local clone)
ex: ln -s ~/Documents/iSENSE/web /var/www
- Run the install script appropriate for your version of Ubuntu in iSENSE/ubuntu_install/scripts. This will prompt you several times for passwords. When asked about the mysql password - ask someone who knows.
- In ../iSENSE/web/includes/conf make copies of debugging-default.xml and production-default.xml named production.xml and debugging.xml respectively. Edit each file, filling in the mysql password in the 'pass' tag under database.
- Add the group “www-data” to all files in the git repository.
Simply open up a browser and navigate to localhost. This should open the iSENSE homepage.