-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
165d7d6
commit f5d655a
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
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/ |