From c6fd0e249b91e1793f444ebf8516ab8c74e43586 Mon Sep 17 00:00:00 2001 From: rpm-mcarman <65228808+rpm-mcarman@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:37:45 -0400 Subject: [PATCH] Test3 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 5e7f01f..c78f4fb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # Deployments_to_Ubuntu +## Vapor app deployment +Step 1: git pull code +Step 2: browse to http://.prelub.com:9000 + username: admin + password: admin +Step 3: Stop app in supervisor +Step 4: Build project +''' + vapor build --enable-prefetching --configuration release +''' +Step 5: Start app in supervisor on the website +Log files should exist in the following directories +'''' + cat /var/log/.prelub.com.log + cat /var/log/.prelub.com.ru_access.log +'''' + +test