CAU-NLP-Spring-2019-PQ-Man-.../docker/start.sh

13 lines
260 B
Bash
Raw Normal View History

2019-06-12 04:11:03 +00:00
#!/bin/bash
2019-06-12 05:00:16 +00:00
rm -rdf /root/nlp
2019-06-12 05:15:02 +00:00
cat /root/.bashrc
2019-06-12 04:11:03 +00:00
git clone https://git.sanchezm.fr/mathieu/CAU-NLP-Spring-2019-PQ-Man-Server.git /root/nlp
cd /root/nlp/CAu_NLP_2019
2019-06-12 05:09:26 +00:00
mvn assembly:assembly
2019-06-12 04:11:03 +00:00
2019-06-12 05:09:26 +00:00
java -jar target/CAu_NLP_2019-1.0-SNAPSHOT-jar-with-dependencies.jar