Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 391 Bytes

sih-deploy

Deployment of Halieutic Information Systems

Installation

On unbuntu server :

Install Java 7 :

 sudo add-apt-repository ppa:webupd8team/java
 sudo apt-get update
 sudo apt-get install oracle-java7-installer

Install Maven and git

 sudo apt-get install maven git

Get the main project :

git clone https://www.github.com/E-IS/sih-deploy cd sih-deploy