gabrielmoreira / craftman

Craft CMS Manager
MIT License
124 stars 11 forks source link

Brand new install just won't load (timeout) #15

Open nicbou opened 6 years ago

nicbou commented 6 years ago

I just installed craftman with curl, created the alias manually (I didn't have a .bash_profile file), and ran craftman install, then craftman admin. All I get is a page timeout. Both services are up, Docker was updated minutes ago, and I don't see anything alarming in the docker logs.

I am on OS X. My project is in /Users/[...]/Documents/Projects/[...]/source where the empty bits are only uppercase and lowercase letters.

nicbou commented 6 years ago

Turns out it was a port issue with OS X. Specifying the port fixes the issue. Perhaps the README can be updated to include that information.

gabrielmoreira commented 6 years ago

There is an issue on OSX. You must run crafman install --port 8080

Can you try?

nicbou commented 6 years ago

Yes, it's working. This should definitely be in the README