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

Windows Support / Installer #133

Open
CyanideX opened this issue Jan 17, 2013 · 3 comments
Open

Windows Support / Installer #133

CyanideX opened this issue Jan 17, 2013 · 3 comments

Comments

@CyanideX
Copy link

Would be nice to have a simple yet advanced manager for my server on Windows machines.

@khoek
Copy link
Contributor

khoek commented Jan 17, 2013

Just a heads up, in case you weren't aware.

MSM is fundamentally a bash script. This means that it conforms to the *.sh specification and can be executed by *.sh interpreters. Windows has no native way to do this however, which means that you need to install a POSIX emulation layer (such as cygwin) so that bash can run on windows, or MSM needs to be entirely re-written from scratch.

Obviously and entire re-write doesn't sound too appealing, so the use of cygwin (or a clone) is necessary. You can actually install cygwin yourself and attempt to install MSM through it, and it might work.

@kjkazinski
Copy link
Contributor

Instead of installing cygwin you can install the gnu windows utilities.  There is a bash shell in these utilities.
 
 

@khoek
Copy link
Contributor

khoek commented Jan 17, 2013

@kjkazinski Correct, however cygwin (or MinGW) sets up a file directory hierarchy which is similar to what the MSM installer expects when you run it (i.e. /opt/, /etc/, etc.).

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

No branches or pull requests

3 participants