Looks like all had to do was set the correct IP. 0.0.0.0 doesn't work on openshift, instead I had to use the OPENSHIFT_DIY_IP environment variable.
On Mon, Jul 1, 2013 at 2:42 PM, Travis Paul <[email protected]> wrote: > Thanks Alexander, > I'll post my exact error tonight but I had googled and found other people > with similar messages having permission issues. > > I did consult the Unix install guide briefly but I couldn't create users > or groups in the OpenShift environment, which is when I stopped working on > it. > > I'm wondering if: > 1) The author of the cartridge was ever successful in running CouchDB on > OpenShift. > 2) An update in the OpenShift environment caused CouchDB to no longer work. > > > > > On Mon, Jul 1, 2013 at 2:36 PM, Alexander Shorin <[email protected]> wrote: > >> Hi Travis, >> >> Suddenly, I haven't, but could you gist/paste error log? If you're >> sure that this is permissions issue, check the installation guide >> about how to setup permission right : >> https://github.com/apache/couchdb/blob/master/INSTALL.Unix#L194 >> -- >> ,,,^..^,,, >> >> >> On Mon, Jul 1, 2013 at 10:26 PM, Travis Paul <[email protected]> wrote: >> > Does anyone have CouchDB running on OpenShift? >> > >> > I found this cartridge: >> > https://github.com/marianoguerra/couchdb-for-openshift >> > >> > Got it built and installed but CouchDB won't start (I think there are >> some >> > permission errors). Just curious if anyone else had any success. >> > >> > Thanks >> > >
