-
Notifications
You must be signed in to change notification settings - Fork 2
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
Vagrant for setting up the datastore server #4
Comments
RequirementsPackages:
Mount |
Where do we put everything? If we make use of Ansible roles, all servers should be in the same repository. However, Pique is now in the publicdb repository, and there is some sense in that, too. It is now easy to clone the publicdb repository and set up a development server. So, how to do this DRY? Background reading on using vagrant and ansible both for production and development (I haven't had time yet to read them completely, but I intend to): |
If someone picks this task up; This should be added to the provisioning in the publicdb, which provisions both the public database (pique) and monitoring server (tietar). |
Part of the provisioning and development setup in the publicdb. |
It would be very useful to be able to setup the datastore server with vagrant.
That can help in case of a server crash or upgrade.
This would allow us to easily test improvements to how it runs;
such as adding supervisor to keep certain processes running.
frome is not a very complex server, so it should be relatively (compared to publicdb) easy setup.
Some notes on how it was originally setup can be found here: http://docs.hisparc.nl/servers/frome.html
The text was updated successfully, but these errors were encountered: