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
Install the requirements with pip install -r requirements.txt (or similar) preferably in a virtual environment.
Check out a new working branch with git checkout -b NAME_OF_BRANCH. Make your changes!
Test your changes locally by running make run. You should be able to view the site at: http://localhost:5000/
If you are happy, add and commit your changes, git push to github, and then open a pull request to the main branch.
Once a change is merged, run make deploy to deploy the changes to the live website.
If you see a new pull request, feel free to check it and merge it yourself! I think it will be easier to keep on top of things if there are a few people keeping an eye out for changes.
(When you deploy, you'll see some "Filename extension" warnings, which can be ignored. It looks like these relate to the .html extensions that are used in the template. These extensions aren't needed, but removing them now will break links that we've shared).
The text was updated successfully, but these errors were encountered:
Here are some quick notes on how to make changes to the website (@tnaumann @alistairewj @corcra @irenetrampoline @mmcdermott):
pip install -r requirements.txt
(or similar) preferably in a virtual environment.git checkout -b NAME_OF_BRANCH
. Make your changes!make run
. You should be able to view the site at: http://localhost:5000/git push
to github, and then open a pull request to the main branch.make deploy
to deploy the changes to the live website.If you see a new pull request, feel free to check it and merge it yourself! I think it will be easier to keep on top of things if there are a few people keeping an eye out for changes.
(When you deploy, you'll see some "Filename extension" warnings, which can be ignored. It looks like these relate to the
.html
extensions that are used in the template. These extensions aren't needed, but removing them now will break links that we've shared).The text was updated successfully, but these errors were encountered: