- Create a new virtual host in MAMP Pro.
- Create an empty database ([DATABASE_NAME]) using Sequel Pro or phpMyAdmin.
- In your terminal,
git clone [REPO]
- In your browser, navigate to the new virtual host you created.
- In your browser, run through the regular install process as if this were a new site.
- In your terminal,
cd www
. - In your terminal, once the Drupal install is complete,
mysql -u root -p [DATABASE_NAME] < ../databases/default.sql
- In your terminal,
cd www/sites/all/themes/[THEME_NAME]
. - In your terminal,
bundle install
. - In your terminal,
bundle exec compass compile
.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* A script to update the consulting forecast with information pulled from Siebel | |
* | |
* Vivian Brown | |
* 11/6/2012 | |
*/ | |
// Google spreadsheet service: | |
// https://developers.google.com/apps-script/service_spreadsheet | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Write code that can search for a node in a tree. | |
# Return the node if it exists, and null/nil/none/undefined/false as appropriate | |
# in your language if not. For example, if the code is given "g" and a tree with | |
# the structure above, it should return the node named "g". | |
class Node: | |
def __init__(self, name, children = []): | |
self.name = name | |
self.children = children |
I hereby claim:
- I am vbrown608 on github.
- I am sweatercurse (https://keybase.io/sweatercurse) on keybase.
- I have a public key ASDNE1nFqR0XnqL1ZD6C9D1h3R5b1mmXfIkCFrB92W1bygo
To claim this, I am signing this object: