Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. SSH to Athena at athena.dialup.mit.edu (ask another officer if you need help with this).
  2. Navigate to the directory where you want to make the changes.
    1. For first day of class: cd /mit/tech-squares/www
    2. For rooming: cd /mit/tech-squares/www/schedules
  3. Open the file you want to change
    1. For first day of class: variables.html
    2. For rooming: weekly-xx.html (replace xx with the last two digits of the relevant year)
  4. Preview at http://www.mit.edu/~tech-squares/schedules/weekly.html
    1. Pages are cached (I believe for 15 minutes), so add ?asdf or something to the URL each time you want to look at it again, making sure to use a unique query string.
  5. Commit and push your changes (this requires you to have an ssh key)Check in the changes: git commit variables.html (or weekly-xx.html, or whatever)
  6. Type in a commit message, save, and exit.
  7. In the future, if you have an ssh key, you'll be able to "git push" as well, but that isn't set up yet
    1. To learn more about git, see https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html (or Google)

...