40m
QIL
Cryo_Lab
CTN
SUS_Lab
TCS_Lab
OMC_Lab
CRIME_Lab
FEA
ENG_Labs
OptContFac
Mariner
WBEEShop
|
40m Log |
Not logged in |
 |
|
Tue May 5 10:40:05 2015, ericq, HowTo, Computer Scripts / Programs, How to get a web page running on Nodus
|
Sun May 10 13:54:41 2015, rana, HowTo, Computer Scripts / Programs, summary page URL change
|
Mon May 11 01:28:33 2015, rana, HowTo, Computer Scripts / Programs, summary page URL change
|
Mon May 11 13:26:02 2015, manasa, Update, IMC, MC_F calibration
|
Mon May 11 18:14:52 2015, rana, Update, IMC, MC_F calibration
|
|
Message ID: 11273
Entry time: Tue May 5 10:40:05 2015
Reply to this: 11277
|
Author: |
ericq |
Type: |
HowTo |
Category: |
Computer Scripts / Programs |
Subject: |
How to get a web page running on Nodus |
|
|
How to get your own web page running on Nodus
- On any martian machine, put your stuff in
/users/public_html/$MYPAGE/
- On Nodus, run:
ln -s /users/public_html/$MYPAGE /export/home/
- Your site is now available at https://nodus.ligo.caltech.edu:30889/$MYPAGE/
- If you want to allow straight up directory listing to the entire internet, on Nodus run: sudoedit /etc/sites-available/nodus, and add the following lines towards the bottom:
<Directory /export/home/$MYPAGE>
Options +Indexes
</Directory>
|