s08-Day 08 Setting Up to Program
Reminders
Project proposals are due at 11pm tonight.
Exercise
get warmed up on harbinger
- login with your ischool account — you all have a ~/public_html directory — e.g., /home/rdhyee/public_html
- add test.php to your directory
~/public_html
<?php
echo “hello — how are you?”;
?>
See
http://people.ischool.berkeley.edu/~rdhyee/test.php
- download source code from Apress
in ~/public_html type
mkdir Book
cd Book
curl -o Source.zip http://www.apress.com/resource/bookfile/3901
unzip Source.zip
get the permissions right: chmod -R o+rX Ch* R*
get flickrsearch.php working in Chapter 6
setfacl -m u:apache:r–,o:—,m:rwx flickrsearch.php
Book: https://courses.ischool.berkeley.edu/i290-16/s08/858XBOOK.pdf
Chapter 6: https://courses.ischool.berkeley.edu/i290-16/s08/858Xch06.pdf
Chapter 8: https://courses.ischool.berkeley.edu/i290-16/s08/858Xch08.pdf
JavaScript Shell: http://www.squarefree.com/shell/