rooftopcms / rooftop-cms

Rooftop CMS is an API-first WordPress CMS for developers and content creators
http://www.rooftopcms.com
GNU General Public License v3.0
220 stars 23 forks source link

install errors #25

Closed wkentdag closed 7 years ago

wkentdag commented 8 years ago

Hi, I ran into a handful of issues when trying to spin up my own version of rooftop. I worked past issue #22 but still couldn't get things running. I'm pretty unfamiliar with vagrant so I'm assuming that I probably just missed a basic setup step somewhere - any pointers would be appreciated. Once I can get this up and running I'd be happy to submit a PR with updated documentation and/or code.

Installation steps

$ brew install homebrew/php/php55-pcntl
$ git clone https://github.com/rooftopcms/VVV.git
$ cd VVV/www/
$ git clone https://github.com/rooftopcms/rooftop-cms.git
$ composer install -d rooftop-cms/public/
-bash: composer: command not found

To update the composer lock file I ran $ php composer.phar update -d rooftop-cms/public/, which continued to fail until I had made the following changes to composer.json:

Finally, I ran vagrant up which took awhile but seemed to work fine - I could ssh into the box afterwards and everything. But when I point my browser to http://rooftop-cms.dev there doesn't seem to be anything there. I'm too naive about the tools involved to know where to turn next, but here's some guesses I had:

edtjones commented 8 years ago

Thanks SO much for this detail @wkentdag - will get into this ASAP. In the meantime I'm setting up a test account on our Rooftop stack so you can have a play.

hhsnopek commented 8 years ago

@edtjones any luck? I'm having the same install errors locally

edtjones commented 8 years ago

@hhsnopek sorry about this. @foxpaul and I are working on this next week and I'll update this ticket. Are you on Gitter? Maybe we could chat there? https://gitter.im/rooftopcms/rooftop-cms

PBruk commented 8 years ago

@edtjones any luck with this? I spent all night trying to get this up and running but like @wkentdag, once I pointed to http://rooftop-cms.dev there was nothing there... I tried checking for progress via the Gitter channel, but... nada. I think I saw somewhere it was suggested adding to vvv-hosts file but that didn't work either.

edtjones commented 8 years ago

So sorry Phillip (sent you a personal note before I saw this issue) - I rebuilt my vagrant box from scratch and documented it here - https://rooftopcms.readme.io/docs/installing-a-development-environment

is that any help?

Sent from my phone: please forgive the brevity.

Ed Jones 0779 187 4282

On 9 Sep 2016, at 06:38, PBruk notifications@github.com wrote:

@edtjones any luck with this? I spent all night trying to get this up and running but like @wkentdag, once I pointed to http://rooftop-cms.dev there was nothing there... I tried checking for progress via the Gitter channel, but... nada. I think I saw somewhere it was suggested adding to vvv-hosts file but that didn't work either.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

wkentdag commented 8 years ago

@edtjones those docs look great 👀 sorry for my radio silence on this issue, going to give it another go today

edtjones commented 8 years ago

Brill @wkentdag - please let me know how you get on. We are focussing on features at the moment hence not having spent as much time as we would like on the dev environment. Hope it works ok for you now.

Sent from my phone: please forgive the brevity.

Ed Jones 0779 187 4282

On 9 Sep 2016, at 16:26, will kent-daggett notifications@github.com wrote:

@edtjones those docs look great 👀 sorry for my radio silence on this issue, going to give it another go today

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

edtjones commented 7 years ago

I'm going to close this issue; the answer is probably to have a docker container to make things simpler in development