-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Server & Website Fixes #47
Conversation
# Conflicts: # pyproject.toml
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
=======================================
Coverage 98.11% 98.11%
=======================================
Files 24 24
Lines 688 688
=======================================
Hits 675 675
Misses 13 13 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I only have a basic idea about the bash scripts but I find them transparent and comprehensible.
Description
This PR includes the functionality for setting up the server and deploying the website. In addition, a few bugs on the website have been fixed. In more detail:
base.html
, fixing Issue Create favicon #44.install.sh
, and a separate script has been created to generate the certificate. This solves Issue Integrate Apache Startup Script #41 .Type of change
Checklist: