Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Added sample usage. Always handy, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsackett committed Jul 21, 2009
1 parent a058951 commit 9856148
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions USAGE
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Example usage:

you@server$ ls
weaver
you@server$ ./weaver/weaver.py wtest
you@server$ ls
weaver wtest
you@server$ cd wtest
you@server$ ls
settings.py
you@server$ vim setting.py

# ... do some changes to the generated empty variables

you@server$ ../weaver/weaver.py build
you@server$ ls -R
conf fabfile.py scripts settings.py settings.pyc

./conf:
internal production staging

./conf/internal:
99-test.conf test

./conf/production:
99-test.conf test

./conf/staging:
99-test.conf test

./scripts:
setup_directories.sh setup_syslinks.sh

0 comments on commit 9856148

Please sign in to comment.