Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannah committed Oct 8, 2015
1 parent e52f34f commit 6d27ea4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ usshoustondive.com

USS Houston (CA-30) Dive Team website

To generate the website:
Run a local web server:

ttree -f ttree.cfg
cd www
plackup ../app.psgi

Jay syncs the Dropbox images over to the website like so:
Re-generate the website:

rsync -av --progress --delete --max-size=5m \
~/Dropbox/Shared/houston\ file/ jays.net:/var/www/usshoustondive.com/assets/
ttree -f ttree.cfg

Pull down a local set of production images:

rsync -av --progress --max-size=5m \
[email protected]:/var/www/usshoustondive.com/assets/ www/assets/

Jay syncs the Dropbox images over to the website like so:

rsync -av --progress --delete --max-size=5m \
~/Dropbox/Shared/houston\ file/ usshoustondive.com:/var/www/usshoustondive.com/assets/


5 changes: 0 additions & 5 deletions app.psgi
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Run a local web server:
# cd www
# plackup ../app.psgi


my $app = Plack::App::IndexFile->new({ root => shift })->to_app;

package Plack::App::IndexFile;
Expand Down

0 comments on commit 6d27ea4

Please sign in to comment.