Machine/aslo-web: Difference between revisions
No edit summary |
m add mount points |
||
| Line 40: | Line 40: | ||
svn co http://svn.mozilla.org/libs/phorms | svn co http://svn.mozilla.org/libs/phorms | ||
svn co http://svn.mozilla.org/libs/zxtm-api | svn co http://svn.mozilla.org/libs/zxtm-api | ||
===Set up NFS mount points=== | |||
add the following lines to the end of `/etc/fstab' | |||
sunjammer.sugarlabs.org:/srv/nfs/activities/files /srv/activities/files nfs rsize=8192,wsize=8192,timeo=14,intr | |||
sunjammer.sugarlabs.org:/srv/nfs/activities/staging /srv/activities/staging nfs rsize=8192,wsize=8192,timeo=14,intr | |||
Restart the nfs server | |||
sudo /etc/init.d/nfs-kernel-server restart | |||
Also aftter making changes to /etc/exports in a terminal you must type | |||
sudo exportfs -a | |||
===First-time ASLO setup=== | ===First-time ASLO setup=== | ||
| Line 54: | Line 67: | ||
mkdir -p ~/site/app/tmp/cache/models | mkdir -p ~/site/app/tmp/cache/models | ||
mkdir -p ~/site/app/tmp/cache/views | mkdir -p ~/site/app/tmp/cache/views | ||
Minify css/js stuff | Minify css/js stuff | ||