Skip to content
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

Open
cbmainz opened this issue Jan 26, 2017 · 4 comments
Open

Installing zuuljs #1

cbmainz opened this issue Jan 26, 2017 · 4 comments

Comments

@cbmainz
Copy link

cbmainz commented Jan 26, 2017

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

@tywalch
Copy link
Owner

tywalch commented Jan 28, 2017

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.

@tywalch
Copy link
Owner

tywalch commented Jan 28, 2017

Autocorrect turned mysql into "myself"

@cbmainz
Copy link
Author

cbmainz commented Jan 29, 2017

So I installed everything on a raspberry pi. But what I exactly do I have to change in ./config to run zuuljs probably?

@tywalch
Copy link
Owner

tywalch commented Jan 29, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants