Difference between revisions of "Dev Tools"
From Dreamwidth Notes
(adding update template) |
|||
Line 27: | Line 27: | ||
* [[Dev_Tools/inject-latest]] | * [[Dev_Tools/inject-latest]] | ||
* [[Dev_Tools/memcache_view]] | * [[Dev_Tools/memcache_view]] | ||
− | * | + | |
+ | == Past Tools | ||
+ | |||
+ | * lookup-routing: Now in the main repository: [[Routing and Template Cookbook: Find the handler for a URL]] | ||
[[Category: Development]] | [[Category: Development]] | ||
[[Category: Dev Tools]] | [[Category: Dev Tools]] |
Revision as of 21:53, 1 August 2013
Needs Update: DW has moved to git so this is no longer accurate.
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 call them manually:
$LJHOME/ext/dwdev-tools/bin/ljconsole
You will have to manually update this directory:
cd $LJHOME/ext/dwdev-tools hg pull hg update
Current Tools
- Dev_Tools/s2sync
- Dev_Tools/schwartz_buildup
- Dev_Tools/ljconsole
- Dev_Tools/inject-latest
- Dev_Tools/memcache_view
== Past Tools
- lookup-routing: Now in the main repository: Routing and Template Cookbook: Find the handler for a URL