Officer:OfficerPage

From American Jiu-Jitsu @ MIT
Jump to: navigation, search

Administrative Tasks

Recruiting Material

Club Finances

Price list (5/15)

  • Atama Mundial Model 9 Gi Blue/Black - $165 (retail price $ 219.95)
  • Atama New Light Kimono white - $ 150 ( retail price $ 189.95)
  • Atama New Light Kimono Blue/Black - $160 (retail $ 209.95)
  • Atama Single weave Gi white - $ 125 (retail $159.95)
  • Atama Single weave Gi Blue / Black - $ 140 ( retail 179.95)
  • Atama Women's Leticia Ribeiro Signature Gi white - $ 155 ( Retail $209.95)
  • Atama Mundial Model 9 Women's Gi White - $150 ( retail price $199.95)
  • Atama Mundial Model 9 Women's Gi Blue/Black - $165 (retail price $ 219.95)

Instructions for Modifying Website and Scripts (non-Wiki)

  • Make sure you have access to MIT Athena using an MIT email address username. You can access it from an on-campus Athena computer or you can connect in using a Mac terminal remotely (http://web.mit.edu/dialup/www/ssh.html):
ssh myusername@athena.dialup.mit.edu 

0. (ONE TIME) Start by following these instructions to get access the the Athena Locker on Athena "jiu-jitsu" scipts directory: https://sipb.mit.edu/doc/afs-and-you/#ControllingWhocanAccessFiles 1. Each time you log in, you will have to Mount the AFS folder in your shell by following these instructions: https://sipb.mit.edu/doc/afs-and-you/#FromAthena for locker 'jiu-jitsu'. If you are using the web Athena interface, that will be as simple as typing "cd /mit/jiu-jitsu"

  • If you want to add photos to the site, you can do it through the admin interface on https://jiu-jitsu.scripts.mit.edu/gallery2/
  • The gallery site admin login is : jitsu-off
  • The gallery site admin password is : fsgJGV8EhC6fv4mXwo7DLeQfKOCjW
  • The ACTUAL photos are all located here:
(athena afs url)/jiu-jitsu/web_scripts/gallery2/galleries 

So don't delete this directory.

Instructions for controlling User Access to Videos and files

  • Note: these commands have already been run, and likely do not need to be run again unless which groups access which files has changed. They are here for club officer knowledge transfer.
  • First, on Athena, add the jiu-jitsu locker: https://sipb.mit.edu/doc/afs-and-you/#ControllingWhocanAccessFiles]
  • The next commands allow anyone in Athena groups 'jitsu', 'jitsu-off', or 'sensei' to access files from the locker or the web.
add jiu-jitsu
cd /mit/jiu-jitsu/
fs setacl -dir . -acl system:anyuser l
fs setacl -dir . -acl system:sensei rlidwka
fs setacl -dir . -acl system:jitsu-off rlidwka
fs setacl -dir . -acl system:expunge ld
fs setacl -dir . -acl system:jitsu rlidwka
fs setacl -dir . -acl system:anyuser l
fs listacl

General