[cvs] [Wiki] changed: HordeHEADHowTo
Jan Schneider
jan at horde.org
Sun Feb 22 15:05:17 PST 2004
jan Sun, 22 Feb 2004 15:05:16 -0800
Modified page: http://wiki.horde.org/display.php?page=HordeHEADHowTo
New Revision: 1.3
3c3
< Almost all should be done with copy&paste. I assume you have read the docs coming with the Horde-modules. I also assume you are using mysql for storing data and you are able to edit several files in horde/config and other modules to match your environment.
---
> Almost all should be done with copy & paste. I assume you have read the docs coming with the Horde-modules. I also assume you are using mysql for storing data and you are able to edit several files in horde/config and other modules to match your environment.
11c11
< cd to your webserver's document-tree
---
> cd to your web server's document-tree
12a13
> <code>
14c15
< cvs login: (pw= horde)
---
> cvs login (password: "horde")
18c19
< cvs co framework (!!!!)
---
> cvs co framework
21,24c22,25
< mysql -u root -p <mysql_create.sql
< mysql -u root -p horde <auth_initial_user.sql (creates admin:admin)
< mysql -u root -p horde <sessionhandler.sql
< .... same procedure with token.sql, log.sql etc. if you want to use these ....
---
> mysql -u root -p <mysql_create.sql
> mysql -u root -p horde <auth_initial_user.sql (creates admin:admin)
> mysql -u root -p horde <sessionhandler.sql
> </code>
25a27,29
> .... same procedure with token.sql, log.sql etc. if you want to use these ....
>
> <code>
27,30c31,36
< for foo in *.dist; do cp $foo `basename $foo .dist`; done
< vi conf.php (edit: auth, category, session etc.)
< change auth to this:
< $conf['auth']['admins'] = array('admin');
---
> for foo in *.dist; do cp $foo `basename $foo .dist`; done
> vi conf.php (edit: auth, category, session etc.)
> </code>
>
> change auth to this:
> $conf['auth']['admins'] = array('admin');
35a42
> <code>
37c44,45
< ./install-packages.php
---
> ./install-packages.php
> </code>
43d50
<
45a53
> <code>
47,48c55,58
< cvs co imp kronolith nag mnemo trean jonah rakim klutz etc.pp., all modules you want to have to be installed. See:
< ( http://wiki.horde.org/display.php?page=Modules )
---
> cvs co imp kronolith nag mnemo trean jonah rakim klutz ...
> </code>
>
> all modules you want to have to be installed. See: ((Modules))
51a62
> <code>
53,55c64,67
< for foo in *.dist; do cp $foo `basename $foo .dist`; done
< cd ../scripts/drivers (could vary, e.g. scripts/database)
< mysql -u root -p horde <modulename.sql
---
> for foo in *.dist; do cp $foo `basename $foo .dist`; done
> cd ../scripts/drivers (could vary, e.g. scripts/database)
> mysql -u root -p horde <modulename.sql
> </code>
65,77c77,93
< cd /path/to/horde/ (for easier creation of new users)
< cvs co turba
< cd turba/config
< for foo in *.dist; do cp $foo `basename $foo .dist`; done
< cd ../scripts/drivers
< mysql -u root -p horde <turba.sql wedding.sql(?)
<
< edit turba/config/sources.php: (I only use
< $cfgSources['localsql'] = array(
< 'title' => _("My Addressbook"),
< 'type' => 'sql',
< ................
< ............... )
---
> <code>
> cd /path/to/horde/ (for easier creation of new users)
> cvs co turba
> cd turba/config
> for foo in *.dist; do cp $foo `basename $foo .dist`; done
> cd ../scripts/drivers
> mysql -u root -p horde <turba.sql wedding.sql(?)
> </code>
>
> edit turba/config/sources.php: (I only use
> <code>
> $cfgSources['localsql'] = array(
> 'title' => _("My Addressbook"),
> 'type' => 'sql',
> ................
> ................ )
> </code>
More information about the cvs
mailing list