This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide
Brian Elvesæter edited this page Oct 7, 2015
·
14 revisions
- 64-bit Linux-based OS (e.g., Ubuntu 14.04. (recommended), minimum Kernel version 3.x)
- Modern Web Browser (e.g., Chrome (recommended), Firefox)
Make sure that you have git installed first:
sudo apt-get --yes --force-yes install git
Clone the ProaSense Storage GitHub repository:
git clone https://github.com/SINTEF-9012/proasense-storage
Make the provided installation scripts executable:
cd proasense-storage/installation-scripts
sudo chmod a+x *.sh
Install 3rd party components:
./install-external-components.sh
Configure 3rd party components:
./config-external-components.sh
Edit the file server.properties:
cd ..
nano storage-writer/src/main/resources/server.properties
Set the following properties:
- zookeeper.connect
- kafka.bootstrap.servers
Edit the file server.properties:
nano storage-reader/src/main/resources/server.properties
Set the following properties:
- zookeeper.connect
- kafka.bootstrap.servers
mvn clean install
cd storage-writer
nohup mvn exec:java
cd storage-reader
mvn tomcat7:deploy