diff options
author | r <r@freesoftwareextremist.com> | 2022-01-02 10:52:15 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2022-01-02 10:55:26 +0000 |
commit | 003233d60da4a2b69260642e57757bba48021ca1 (patch) | |
tree | 2d429cdfb05c4473523538aef692f268020b0d40 /INSTALL | |
parent | 21ef7a66106958bd61534e5d0603b447e6fe306d (diff) | |
download | bloat-003233d60da4a2b69260642e57757bba48021ca1.tar.gz bloat-003233d60da4a2b69260642e57757bba48021ca1.zip |
Change config file lookup
- Look for both local and global config file
- Directly generate the global config file with make install
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -15,12 +15,12 @@ This will perform a system wide installation of bloat. By default, it will install the binary in /usr/local/bin and data files in /usr/local/share/bloat. You can change these paths by editing the Makefile. -3. Edit and copy the config file -Edit the generated config file to you liking and then copy it to the default -config location. Comments in the config file describe what each config value -does. For most cases, you only need to change the value of "client_website". -$ $EDITOR bloat.def.conf -# cp bloat.def.conf /etc/bloat.conf +3. Edit the config file +bloat looks for a file named bloat.conf in the working directory and +/etc/bloat in that order. You can also specify another file by using the -f +flag. Comments in the config file describe what each config value does. For +most cases, you only need to change the value of "client_website". +# $EDITOR /etc/bloat.conf 4. Create database directory Create a directory to store session information. Optionally, create a user |