[cvs] [Wiki] changed: CreatingYourFirstModule
Ralf Lang
ralf.lang at ralf-lang.de
Thu Aug 13 17:43:25 UTC 2009
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:cvsread at anoncvs.horde.org:/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:
More information about the cvs
mailing list