Starting issue
-
Hey island219,
Did you also run
node app --setup
right after?git clone ...
npm install
node app --setup
Normally, the setup should automatically initialize, although since we've recently added
reds
, perhaps that is conflicting on new installs.Thanks for this, we'll look into it!
-
I tried an install on my second server. It runs fine but looks like this:
-
Here's my config. Disregard the weak secret!
{ "base_url": "http://localhost", "port": 4567, "use_port": true, "redis": { "host": "127.0.0.1", "port": 6379, "password": "" }, "secret": "lolfail", "bcrypt_rounds": 12, "upload_path": "/public/uploads", "relative_path": "" }
-
Here's the one from
/public/config.json
{ "socket": { "address": "http://localhost", "port": 4567 }, "api_url": "http://localhost:4567/api/", "relative_path": "" }
This is the javascript / http log
This is the source for the pageIt seems to have everything it should, but it's getting rewritten and does not display that way.
-
I just took a look at the source for the page. It seems to contain everything as it should. I just isn't displaying correctly.
Here's a link to the page source.
Here's the log from my browser](http://pastie.org/pastes/8251050/text)
-
The drag-drop to add images keeps popping up whilst I'm doing stuff. Really annoying as stuff seems to break when it appears.
This is the link!
http://pastie.org/pastes/8251395/text