Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geogig-dev] geogig service

Operating system: Ubuntu 14.o4

I have been trying to run geogig as a service in order to have remote geogig repos. I have managed to successfully do so by running geogig serve geogig_repo and then cloning that works fine.

My main problem is that if I try to run geogig serve through supervisor it fails with geogig BACKOFF can't find command 'geogig'. Is there another way to  start the geogig serve command.

I also tried to start the development server with the following

mvn jetty:run  -Djetty.port=8081 -f pom.xml -Dorg.geogig.web.repository=/data/GeoGigRepo

and it works but if i clone my repo with geogig clone http://localhost:8081/geogig new-repo

but if i go to the new-repo to check geogig log. It  shows that the repo is empty while the origin
has logs that show features have been added
--
------------------------------------------------------------------------------------------
Admire Nyakudya
Visit http://kartoza.com to find out about open source:
* Desktop GIS programming services
* Geospatial web development
* GIS Training
* Consulting Services
Skype: admire.nyakudya
-------------------------------------------------------------------------------------------

Back to the top