Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 497 B

il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
1234567891011121314151617181920
  1. # Deployments_to_Ubuntu
  2. ## Vapor app deployment
  3. Step 1: git pull code
  4. Step 2: browse to http://<server name>.prelub.com:9000
  5. username: admin
  6. password: admin
  7. Step 3: Stop app in supervisor
  8. Step 4: Build project
  9. '''
  10. vapor build --enable-prefetching --configuration release
  11. '''
  12. Step 5: Start app in supervisor on the website
  13. Log files should exist in the following directories
  14. ''''
  15. cat /var/log/<appname>.prelub.com.log
  16. cat /var/log/<appname>.prelub.com.ru_access.log
  17. ''''
  18. test