Last active
August 29, 2015 14:05
-
-
Save fabriziofortino/bcafd9ef3e953fe24fb4 to your computer and use it in GitHub Desktop.
orientdb-service-wrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ORIENTDB-HOME/bin/service/orientdb | |
Usage: ./orientdb [ console | start | stop | restart | condrestart | status | install | remove | dump ] | |
Commands: | |
console Launch in the current console. | |
start Start in the background as a daemon process. | |
stop Stop if running as a daemon or in another console. | |
restart Stop if running and then start. | |
condrestart Restart only if already running. | |
status Query the current status. | |
install Install to start automatically when system boots. | |
remove Uninstall. | |
dump Request a Java thread dump if running. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Downloads | |
git clone https://github.com/fabriziofortino/orientdb-servicewrapper.git | |
cd orientdb-servicewrapper/ | |
sudo mv service $ORIENTDB-HOME/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment