diff options
| author | r <r@freesoftwareextremist.com> | 2022-01-27 12:05:15 +0000 | 
|---|---|---|
| committer | r <r@freesoftwareextremist.com> | 2022-01-27 12:05:15 +0000 | 
| commit | b8c0133bcd5e7f1d4063ad992949cc19d18e7aad (patch) | |
| tree | 5322b83d194c9ffcb498627bdd16175f9508d87d /INSTALL | |
| parent | 54c42455f393c5ae8ebdb19884d40ebd9a18f755 (diff) | |
| parent | 4ef5e0daf285f41850c9ac53b0322d85fbf5eaec (diff) | |
| download | bloat-b8c0133bcd5e7f1d4063ad992949cc19d18e7aad.tar.gz bloat-b8c0133bcd5e7f1d4063ad992949cc19d18e7aad.zip | |
Merge branch 'master' into absolute_fluoride
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 | 
