You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
Alex Aplin edited this page Jun 27, 2018
·
6 revisions
Verify that the application is running from /opt/knowhows.
Back up user data.
Make sure the certificate for the domain does not expire. You can schedule a cron task to do this at least every three months or renew it manually using certbot-auto renew.
Production listens on ::5000 and staging listens on ::5050. To listen on ::5050 for staging, use dotnet run --launch-profile Staging. Follow the instructions in the README for creating a command and tokens.
If Nuget packages get updated, make sure you have the necessary binary for LibGit2Sharp in the right package directory. Follow the directions here. This shouldn't be necessary very soon or if the website is moved off of CentOS.