[Wiki] changed: CreatingYourFirstModule
Ralf Lang <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
rlang Thu, 13 Aug 2009 13:43:24 -0400 Modified page: http://wiki.horde.org/CreatingYourFirstModule New Revision: 1.6 Change log: Get skeleton from git instead of CVS HEAD (outdated info) @@ -3,15 +3,14 @@ Note: -The HEAD skeleton module will not work with the stable FRAMEWORK_3 or H3 Horde framework and Horde base library. It uses API calls which are not available in FRAMEWORK_3. +Don't use Skeleton from CVS. Use Skeleton from horde-hatchery (git) as outlined below. There is currently no usable version of skeleton which is tagged FRAMEWORK_3. An older revision of the CVS HEAD version may work though. -1. Check out the skeleton module from horde CVS +1. Check out the skeleton module from horde-hatchery Git <code type="sh"> -export CVSROOT=:pserver:[email protected]:/repository -# The following password is horde -cvs login -cvs export -d modulename -r HEAD skeleton + git clone --depth 1 git://dev.horde.org/horde/git/horde-hatchery/ + cd horde-hatchery + cp -R skeleton/ /your/install/path/to/horde/ </code> 2. Create the following script as prjrename.php - save it somewhere sensible, like your home directory: -- To unsubscribe, mail: [email protected]