-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
44 lines (28 loc) · 979 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Requirements
------------
To "rebuild" the web page you must have the following software installed
- omake (...)
- j2sdk 1.4 or above (...)
- bibtex2html (...)
- bib2bib (...)
- wget (...)
- rsync (...)
- ssh (...)
General instructions on usage
-----------------------------
- To rebuild the website run
% omake build
this will create a copy of publishable version of the website in "dest".
- To publish the website run
% omake live
This will transfer the contents of the "dest" directory via rsync
over ssh. At this point ssh may ask you for the plclub user's password
or your ssh key's password.
- If you can log in as the SEAS user "plclub". Either by having the
password, or by having a ssh key added to plclub's .ssh/authorized_keys
or .ssh/authorized_keys2 file, you can run the following
% omake live-plclub
- To update your local copy you can just run
% omake update
- To commit your local copy you can just run
% omake commit