25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rpm-mcarman 027f25765c Commit for pull request 2 년 전
README.md Commit for pull request 2 년 전

README.md

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 '’’’

I want to try something