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

init script should generate files only if missing #17

Closed
michielbdejong opened this issue Aug 20, 2014 · 4 comments
Closed

init script should generate files only if missing #17

michielbdejong opened this issue Aug 20, 2014 · 4 comments

Comments

@michielbdejong
Copy link
Member

No description provided.

@michielbdejong
Copy link
Member Author

right now, initServer.sh still calls the /install/init.sh script in the mail image, which creates a mailserver-with-passwords image.

this init script should be pulled out of the mail image and into the main initServer script, but the question is how do you generate an empty mysql database at the host server level, if mysql is not installed there. maybe the solution is to put the initServer script into a sort of admin container itself

@michielbdejong
Copy link
Member Author

most of what these init scripts do is simple bashing, but there are a few operations, like the mysql initialization, where mysql is required, and i could also imagine that at some point we want to automate more stuff into nodejs scripts (e.g. automatically adding domains and sending out password details etcetera, based on webforms)

@pierreozoux
Copy link
Member

Is it still current?

@michielbdejong
Copy link
Member Author

nope! :)

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