
490
|
Chapter 9, Mapping with Other People
#97 Set Up an OpenGuide for Your Hometown
HACK
ReadLine support enabled
cpan> install CGI::Wiki
OpenGuides needs the Config::Tiny module in order to be able to config-
ure itself while it installs. Also, we’ll be using the lightweight SQLite back-
end to store the wiki pages, so let’s install that, too:
cpan> install Config::Tiny
cpan> install DBD::SQLite
cpan> install OpenGuides
Configuring Your OpenGuide
Once the OpenGuides code is downloaded onto your system, the configura-
tion process begins: a simple walkthrough, answering questions with sensi-
ble defaults. If everything succeeds, you should see the following prompts:
Continue with install? [y] y
Skip OpenGuides configuration? [n] n
As this is the first time we’ve installed OpenGuides on this system, we need
to create a configuration file, so don’t stop here! The first task is to choose a
Figure 9-9. The Open Guide to London