kidtronnix / lummox

A user service designed for SOA systems.
36 stars 7 forks source link

Ready for a spin? #1

Closed rjpalermo1 closed 8 years ago

rjpalermo1 commented 8 years ago

Hello, is this ready for a go? I'm getting all sorts of bcrypt issues and just wondering if it is something I am doing wrong or the stack isn't ready to deploy....

Thank you,

(PS here from your hapi-dash project which I think is fantastic but now anxious about putting efforts around it because you say this project is a "remake of what this (hapi-dash) could never be!"

kidtronnix commented 8 years ago

Last time I tested it it worked completely fine. Any chance you could include some details about your error?

rjpalermo1 commented 8 years ago

Hello, thanks for the reply!

Well, I was getting all sorts of bcrypt errors on npm install using node v6.3.3 so I deleted my /lummox and just gave it another shot to reproduce but this time reset node version and everything loaded just fine.

MAC EL CAPITAN 10.11.5 nvm -> node v5.11.1 (npm v3.8.6)

Here is what I did...

git clone https://github.com/smaxwellstewart/lummox

cd lummox

npm install

No errors, build just fine.

cd server

npm start server

Connected to db (from prior hapi-dash config I suppose) and loaded app on port:8000 into lummox dashboard.

Logged out then got login page and tried entering credentials and got an 'unauthorized access' msg as expected.

Okay this is great! I am hapi you left out all the boilerplate code from template...will be futzing around on this today and see what I can come up with.

Thank you again for your effort and contribution here!