Last active
September 28, 2018 16:04
-
-
Save DorkNstein/4c27e01658ac1386fd5a2fb6e6b26d1f to your computer and use it in GitHub Desktop.
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
ps -ef | grep java | |
sudo kill <ids> | |
cd /home/ec2-user/solr/solr-4.9.0/seventablets | |
sudo nohup /opt/jre1.8.0_45/bin/java -Dsolr.solr.home=multicore -jar start.jar & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment