Skip to content
Snippets Groups Projects
Commit 588d9ab7 authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

- removing nocopy is not longer needed

parent 8e9e85e8
Branches
No related tags found
No related merge requests found
......@@ -339,9 +339,6 @@ you need to copy the output into the `wwwroot` dir from the client server
# cd /opt/yapex/ClientServer/src/ClientServer/output/ClientServer && rm -R wwwroot/*
cp -R /opt/yapex/frontend-react/dist/* /opt/yapex/ClientServer/src/ClientServer/output/ClientServer/wwwroot
# make sure the nocopy dir is not stored...
cd /opt/yapex/ClientServer/src/ClientServer/output/ClientServer/wwwroot
rm -R nocopy
```
after this you can start (if it is not running) the client server and open the browser at http://localhost:5000/index_deploy.html (assuming you didn't change the port)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment