-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide : Users
Prerequisites
NB :The following guidelines are specific to Linux based systems.
Please follow this guide to install and configure the following:
1.Play Framework
2.MongoDB
3.Morphia Plugin
4.SensorAct Repository
Downloading a read only copy of the repositoryUI code base
The user may opt any of these two choices :
- Clone the repositoryUI code.For this they need to issue the following command on the terminal in an appropriate directory of your choice
$ git clone git://github.com/iiitd-muc/SensorActApp.git
- Download the code in zip format using the following command
$ wget https://github.com/iiitd-muc/SensorActApp/zipball/master
Making configuration changes
Please follow this guide for configuring your application
Running the repositoryUI application
Navigate to the installation directory to
../repositoryUserInterface
and issue the following command
play run
Go to your browser and run
http://localhost:9002
or whatever you had configured earlier for the application.You should see a registration cum login page of the application