-
Notifications
You must be signed in to change notification settings - Fork 5
GeoGig installation
Aaron Kyle Dennis edited this page Jan 19, 2015
·
6 revisions
As a beta software, it is advisable to install per user rather than making it system-wide.
Dependencies:
- Java 7 or above
Steps to install:
-
If you don't already have Java (at Java 7 or above), install a Java JDK.
-
Create GeoGig folder somewhere meaningful within the applicaton user account:
cccs@server:~$ mkdir geogig
-
Download GeoGig and unzip to your installation directory:
cd geogig && wget http://sourceforge.net/projects/geogig/files/latest/download
-
Unzip:
unzip geogig-cli-app-1.0-beta1.zip
-
echo
your PATH variable into the user's.bashrc
echo 'PATH="$PATH:~/geogig/bin"' >> .bashrc
-
Verify that your PATH was written appropriately:
-
. .bashrc
- NOTE: the dot command
.
simply executes or opens a file
- NOTE: the dot command
-
...and that's it!
To verify that geogig is installed, run the command geogig --version
Project Version : 1.0-beta1
Build Time : August 14, 2014 at 17:44:46 ART
Build User Name : Gabriel Roldan
Build User Email : gabriel.roldan@gmail.com
Git Branch : r1.0-beta1
Git Commit ID : 9aae709f4f451802a09c14293c92a46372c868bd
Git Commit Time : August 14, 2014 at 17:43:33 ART
Git Commit Author Name : Gabriel Roldan
Git Commit Author Email : gabriel.roldan@gmail.com
Git Commit Message : Set version to 1.0-beta1