-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Instructions for Linux #27
Comments
Question: |
Correct - on Mac, the 'paver' commands works from the user account without needing sudo. |
I'll check this in tomorrow-ish, but here's the process I followed tonight to build on my Fedora 18 workstation at home. Note that I did not actually configure geoserver; I was expecting this to pull in tomcat as a dependency and install stuff there, but this just pulled down a geoserver directory. Looking at the repo, I think I also want at least opengeo-server and/or opengeo-tomcat. Anyways, in case anyone wants to either verify my instructions or at least use them to bootstrap getting started: Linux (specifically Red Hat and derivatives (e.g. CentOS / RHEL / Fedora))
Unfortunately, at least with my default configuration where my user account does not have postgresql admin permissions, the paver createdb / create_db_user commands don't work out of the box. Instead: host geoq_django geoq_user 127.0.0.1/32 md5
|
Also... would it make sense to build a VM with all of this baked in (to support Windows users and others who don't want to have to setup their own environment), and as I tweeted, any idea if there's something we could get to host that? |
It definitely would - we would love to have someone build one. Possibly as an Amazon AMI? Or a Heroku build? |
I'm +1 for creating a VM. I can run an Amazon box (and host the VM) from my account over the weekend if it would be helpful for Saturday. |
I'm looking at building on Heroku but won't have that ready for hackathon; if someone else wants to take it on, go right ahead. Also: I found that: B) I also had to install proj4-dev as otherwise libproj4.so wasn't found, which caused the polygon editting to fail in a completely unhelpful way. |
Random notes from redoing this on a CentOS 6.4 VM: |
This issue should be merged into the chef scripts/vagrant system. |
@jaycrossler -- what is the status of this issue? Is seems that maybe the CentOS instructions should be built into the wiki for geoq? |
Update install instructions for use on machines other than Macs, specifically RH / RH variants where OpenGeo provides a yum repo with postgres/postgis/geoserver and other dependencies (gdal/geos/etc)
The text was updated successfully, but these errors were encountered: