You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
779 B

6 years ago
6 years ago
  1. # commonroutesLandingPage
  2. # Instructions
  3. 1 - download the repository (just need the Dockerfile)
  4. 2 - build the docker image
  5. ```
  6. docker build -t webcommonroutes .
  7. ```
  8. 3 - launch a container with the image
  9. ```
  10. docker run -ti -d -p 80:8080 webcommonroutes
  11. ```
  12. The landingpage && webapp will be able in the ip/domain.
  13. - server code: https://github.com/arnaucode/commonroutesServer
  14. - frontend app code: https://github.com/arnaucode/commonroutesApp
  15. - frontend webapp code: https://github.com/arnaucode/commonroutesWebApp
  16. - images server: https://github.com/arnaucode/goImgServer
  17. - admin web: https://github.com/arnaucode/commonroutesAdminWeb
  18. - landing page: https://github.com/arnaucode/commonroutesLandingPage
  19. send files over ssh
  20. scp dataset.tar.gz root@SERVERIP:/root/galdric