1
The most current information is on the wiki, but are some essential links
2
and notes for getting started.
4
http://drizzle.org/wiki/
5
https://launchpad.net/drizzle
8
# bzr branch lp:drizzle ; cd drizzle;
10
./configure --prefix=${HOME}/builds/drizzle &&
15
More information on compiling can be found at:
16
http://drizzle.org/wiki/Compiling
19
# be sure you configured with a prefix before running make install
21
cd ${HOME}/builds/drizzle
22
./sbin/drizzled --no-defaults --port=XXXX \
23
--basedir=$PWD --datadir=$PWD/var \
24
>> $PWD/var/drizzle.err 2>&1 &
27
http://drizzle.org/wiki/Starting_drizzled
28
http://drizzle.org/wiki/Contributing_Code