diff options
author | Tim Laszlo <tim.laszlo@gmail.com> | 2010-11-04 06:09:07 -0500 |
---|---|---|
committer | Tim Laszlo <tim.laszlo@gmail.com> | 2010-11-04 06:11:53 -0500 |
commit | b2572ea9cbd290a81567313f733a8f253987334d (patch) | |
tree | 4377d2c42b93ff8bb087837b85218662ae41859a /doc | |
parent | ece317ca9f404e0a6fad93d82beffd73e495cb4c (diff) | |
download | bcfg2-b2572ea9cbd290a81567313f733a8f253987334d.tar.gz bcfg2-b2572ea9cbd290a81567313f733a8f253987334d.tar.bz2 bcfg2-b2572ea9cbd290a81567313f733a8f253987334d.zip |
docs: add note about sqlite permission
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/reports/install.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/server/reports/install.txt b/doc/server/reports/install.txt index 6d081fffd..80f9342ae 100644 --- a/doc/server/reports/install.txt +++ b/doc/server/reports/install.txt @@ -179,3 +179,5 @@ then have something like this:: web_debug = True Restart apache and point a browser to your Bcfg2 server. + +If using sqlite be sure the sql database file and directory containing the database are writable to apache. |