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. Track down the information you need
    1. For the first day of class:
      1. Get the date from https://docs.google.com/spreadsheets/d/1nsYvSJTXEKkXt9F0t8b68aYTxVRacm2z54mkcbZxwiQ/edit?usp=sharing
      2. Get the room from https://cac-ems2.mit.edu/EmsWebApp using the password from Passwords#EMS(CACroombookings)
  5. 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.
  6. Commit and push your changes (pushing requires you to have an ssh key)
    1. To learn more about git, see https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html (or Google)

...