Difference between revisions of "Officer:OfficerPage"

From American Jiu-Jitsu @ MIT
Jump to: navigation, search
(Instructions for Modifying Website and Scripts (non-Wiki))
(Instructions for Modifying Website and Scripts (non-Wiki))
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Administrative Tasks ==
 
== Administrative Tasks ==
  
* [http://mailman.mit.edu/mailman/admin/jiu-jitsu Jiu-Jitsu mailman list]  Mailman list password is kobe
+
* [http://mailman.mit.edu/mailman/admin/jiu-jitsu Jiu-Jitsu mailman list
* [http://mailman.mit.edu/mailman/admin/jitsu-intro Jiu-Jitsu Intro Class mailman list] Mailman list password is kobe
+
* [http://mailman.mit.edu/mailman/admin/jitsu-intro Jiu-Jitsu Intro Class mailman list]  
 
* [https://scripts-cert.mit.edu/~clubsports/access.php?id=2 American Jiu Jitsu - CSC database]
 
* [https://scripts-cert.mit.edu/~clubsports/access.php?id=2 American Jiu Jitsu - CSC database]
 +
* [https://groups.mit.edu/webmoira/list/jitsu-off Officers Mailing List] Web Moira Mailing list (need certificates to access). Aliased to ajj-officers@mit.edu.
 +
* [https://groups.mit.edu/webmoira/list/blackpants Instructor Mailing List] Web Moira Mailing list (need certificates to access) for instructors.
  
 
== Recruiting Material ==
 
== Recruiting Material ==
Line 42: Line 44:
 
  ssh myusername@athena.dialup.mit.edu  
 
  ssh myusername@athena.dialup.mit.edu  
  
* 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
+
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
* If you want to add photos to the site, you can do it through the admin interface on http://jiu-jitsu.scripts.mit.edu/gallery2/
+
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"
* The admin login user account name for the gallery site is : jitsuadmin
+
 
* The admin login password can be either reset once you have locker access or obtained from the present AJJ Club webmaster.
+
* 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:
 
* The ACTUAL photos are all located here:
  (athena afs url)/jiu-jitsu/scripts-gallery2/jiu-jitsu+gallery22/
+
  (athena afs url)/jiu-jitsu/web_scripts/gallery2/galleries
 
So don't delete this directory.
 
So don't delete this directory.
  

Latest revision as of 15:39, 23 January 2022

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