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

Are there details on how to configure your own instance to be able to save layouts? #24

Closed
GlitterHorn opened this issue Jan 26, 2017 · 3 comments

Comments

@GlitterHorn
Copy link
Contributor

I'm running this locally since I branched it, and saving doesn't work - I don't really understand how the /api/save reference is supposed to do things. Can anyone possibly clarify this?

@hpeinar
Copy link
Owner

hpeinar commented Jan 26, 2017

Hi!

Currently the planner expects RethinkDB to be running on host system as defined here.

You can get RethinkDB from https://rethinkdb.com/ and after installing you can go to http://localhost:8080 and create a DB for the planner named stardew

That should be pretty much all that is necessary to get the saving work (of course you need nodeJS to be running the server to actually server the endpoint and handle the saving).

I have plans of moving away from RethinkDB to SQL based DB because it can't comfortably support the live planner anymore. But I don't know when this will happen.

Also I saw the #23 and we'll be reviewing sometime soon this week.

If you have more questions, feel free to ask here or contact me directly on e-mail.

@GlitterHorn
Copy link
Contributor Author

Thanks! Managed to get it up and running on IIS 7 in Windows Server 2008 R2 - I have never used node.js so that took a few tries, but it works great now. :)

@hpeinar
Copy link
Owner

hpeinar commented Jan 29, 2017

Great to hear!

@hpeinar hpeinar closed this as completed Jan 29, 2017
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