Skip to content

Commit

Permalink
correction mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alarictabaries authored Apr 23, 2023
1 parent 165d7d6 commit f5d655a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Start_P2N_Mac.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
docker compose up -d
docker cp .\config\sav\cles-epo.txt p2nv3:/home/p2n/P2N-V3/
docker cp .\config\sav\dex.js p2nv3:/home/p2n/P2N-V3/
docker cp .\config\sav\dex.json p2nv3:/home/p2n/P2N-V3/
REM docker cp .\config\sav\RequestsSets p2nv3:/home/p2n/P2N-V3/
docker cp ./config/sav/cles-epo.txt p2nv3:/home/p2n/P2N-V3/
docker cp ./config/sav/dex.js p2nv3:/home/p2n/P2N-V3/
docker cp ./config/sav/dex.json p2nv3:/home/p2n/P2N-V3/
# docker cp .\config/sav/RequestsSets p2nv3:/home/p2n/P2N-V3/
docker cp ./config/sav/StanNORM2.xlsx p2nv3:/home/p2n/P2N-V3/Patent2Net/Resources/
REM docker cp DATA/ p2nv3:/home/p2n/P2N-V3/
# docker cp DATA/ p2nv3:/home/p2n/P2N-V3/
docker exec -it --user root p2nv3 sh -c "/home/p2n/P2N-V3/update.sh"
docker exec -it --user root p2nv3 chown -R p2n:p2n /home/p2n/P2N-V3/
docker compose up -d
REM put the following in comment to avoid automatic update.
# put the following in comment to avoid automatic update.
docker exec -it p2nv3 sh -c "/home/p2n/P2N-V3/run-all.sh"
docker-compose logs -f p2nv3
open http://127.0.0.1:5000/
open http://127.0.0.1:5000/

0 comments on commit f5d655a

Please sign in to comment.