Divide soyweb.sh into soyweb-local.sh and soyweb-prod.sh.

Summary: This makes it less painful to develop Buck documentation locally.

Test Plan:
Ran `./docs/soyweb-local.sh` and verified the docs looked correct at
http://localhost:9811/.
Will be careful during the next export to GitHub to follow the
instructions in `docs/README.md` when publishing the public docs.
6 files changed
tree: db25459ebc410db6b9dffe7407ad02a9c4232ed1
  1. .idea/
  2. bin/
  3. config/
  4. docs/
  5. lib/
  6. pmd/
  7. scripts/
  8. src/
  9. test/
  10. testdata/
  11. third-party/
  12. .buckconfig
  13. .classpath
  14. .gitignore
  15. .project
  16. buck.iml
  17. build.xml
  18. DEFS
  19. LICENSE
  20. README.md
README.md

Buck

Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Installation

To build Buck, run the following:

git clone git@github.com:facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0