Change start.sh
This commit is contained in:
parent
9206d9bbc8
commit
bf333dd686
@ -1,9 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rdf
|
||||
rm -rdf /root/nlp
|
||||
|
||||
git clone https://git.sanchezm.fr/mathieu/CAU-NLP-Spring-2019-PQ-Man-Server.git /root/nlp
|
||||
cd /root/nlp/CAu_NLP_2019
|
||||
|
||||
mvn assembly:assembly
|
||||
/root/apache-maven-3.6.1/bin/mvn assembly:assembly
|
||||
|
||||
java -jar target/CAu_NLP_2019-1.0-SNAPSHOT-jar-with-dependencies.jar
|
||||
/root/jdk-11/bin/java -jar target/CAu_NLP_2019-1.0-SNAPSHOT-jar-with-dependencies.jar
|
||||
|
Loading…
Reference in New Issue
Block a user