-
Book Overview & Buying
-
Table Of Contents
CouchDB and PHP Web Development Beginner's Guide
By :
Git makes setting up third party libraries really easy and allows us to update to the new versions when they are available.
1. Open Terminal.
2. Type the following command to make sure that you are in the working directory:
cd /Library/Webserver/Documents/verge/
3. Add Sag to our repository using Git:
git submodule add git://github.com/sbisbee/sag.git lib/sag
git submodule init
We used Git to add Sag into our project using git submodule add, and then we initialized the submodule by typing git submodule init. Git's submodules allow us to have a full-fledged Git repository living inside of our repository. Any time a new release is made to Sag, you can run git submodule update, and you will receive the latest and greatest code.
In order to use Sag, we'll add a few lines into Bones to make sure that our library can see and utilize it.
Change the font size
Change margin width
Change background colour