Difference between revisions of "Dev Tools"
From Dreamwidth Notes
(add memcache_view and lookup-routing) |
Foxfirefey (Talk | contribs) |
||
Line 3: | Line 3: | ||
== Syncing with the tools repository == | == Syncing with the tools repository == | ||
− | + | First check the tools out into the ext directory: | |
− | + | cd $LJHOME/ext | |
− | + | ||
− | cd $LJHOME/ | + | |
hg clone https://bitbucket.org/anall/dwdev-tools/ | hg clone https://bitbucket.org/anall/dwdev-tools/ | ||
− | + | Then, you will either want to add the bin contents into your path, or link the scripts into <code>$LJHOME/bin</code>. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | You will have to manually update this directory. | |
− | + | ||
== Current Tools == | == Current Tools == |
Revision as of 03:12, 21 August 2012
exor674 and afuna set up a mercurial repository for useful development tools.
Syncing with the tools repository
First check the tools out into the ext directory:
cd $LJHOME/ext hg clone https://bitbucket.org/anall/dwdev-tools/
Then, you will either want to add the bin contents into your path, or link the scripts into $LJHOME/bin
.
You will have to manually update this directory.