-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing zuuljs #1
Comments
Absolutely! Are you looking to host it somewhere or run it locally? If you're not too familiar with node, install these things: node, myself, Mongo dB, and myself workbench. I'm on mobile at the moment, but after you install those run the creation script in ./config in myself database, change the configuration files in ./config to match your settings, run npm install on your local zuuljs folder, and then npm start in the same directory. If the above was a bit over your head, no worries, install those files and report back. |
Autocorrect turned mysql into "myself" |
So I installed everything on a raspberry pi. But what I exactly do I have to change in ./config to run zuuljs probably? |
Open mysql workbench and run the zuul-create.sql script. The database.js file needs to be updated with the IP, ports, login, and passwords for your mongo and mysql instances. Replace the values that are in there already. In serverconfig.js choose a secret and put in an IP of 127.0.0.1 and a port of 3000. |
Hi,
can you give me a hint on how to install zuuljs on my own server probably. I'm not that experience with nodejs but want give it a try for testing.
Cheers
cbmainz
The text was updated successfully, but these errors were encountered: