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

runServer.sh - Fails when run outside of commandstar dir #11

Closed
seriallos opened this issue Dec 25, 2013 · 6 comments
Closed

runServer.sh - Fails when run outside of commandstar dir #11

seriallos opened this issue Dec 25, 2013 · 6 comments
Labels

Comments

@seriallos
Copy link
Owner

runServer.sh assumes you are running it in the commandstar dir making it a bit difficult to run from init scripts.

Update the script so that it can be run from anywhere properly.

@malobre
Copy link
Contributor

malobre commented Dec 26, 2013

I think we need to create an installer, put all file in a directory (like "/opt/commandstar") and create an symlink or another .sh file in "init.d"

@malobre
Copy link
Contributor

malobre commented Dec 26, 2013

I'm working on, come see when you have time https://github.com/malobre/commandstar/ , i will do a pull request when it work good :D

@seriallos
Copy link
Owner Author

Id be a little careful - it's really hard to support all the Linux OSes out there not to mention that windows support is pretty important right now.

For OS-specific service running, wiki pages and links from the README are the best bet not lots of code in the main repo

@malobre
Copy link
Contributor

malobre commented Dec 26, 2013

Hmm, i will make search for the best compatibility with a maximum of OS .

@malobre
Copy link
Contributor

malobre commented Dec 26, 2013

So, I think it's important to make the install system compatible with window$ and major linux distributions (Ubuntu, Debian, Fedora, ?) and OSX . Fort windows and linux it must be not very easy but not very hard too. For OSX ... I dont know x)

@malobre
Copy link
Contributor

malobre commented Dec 26, 2013

For* (sorry for spelling mistakes, i'm writing on a Android phone with french self-correction activated :/ )

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

No branches or pull requests

2 participants