craftman
craftman copied to clipboard
Brand new install just won't load (timeout)
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.
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.
There is an issue on OSX. You must run crafman install --port 8080
Can you try?
Yes, it's working. This should definitely be in the README