Skip to main content

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

The supervisor issue you describe seems to be a problem with the PATH environment variable as seen by supervisor itself. Fixing that is a bit outside the scope of this mailing list, but you might be able to workaround it by using an absolute path for the geogig executable.  If you have an account where geogig is usable, running "which geogig" should give you the absolute path.

As for clones missing history, that sounds like a bug but it is not one that I have encountered (and I clone frequently while working on geogig.)  Does this happen with the "geogig serve" command as well or is it limited to the webapp run through maven?

On Thu, Dec 11, 2014 at 3:00 AM, admire <admire@xxxxxxxxxxx> wrote:
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
-------------------------------------------------------------------------------------------

_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geogig-dev



--

Back to the top