aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander <alexandermpickering@gmail.com>2020-06-22 18:35:18 -0400
committerAlexander <alexandermpickering@gmail.com>2020-06-22 18:35:18 -0400
commit45aeec248278371ff3c0ca6d3f8711a5feab3f58 (patch)
tree1323936fbd3d9eb032f81fad9b0f714663141ed6 /README.md
parenta9ab55ac17b80c9d513f9af5332bc8ca6277fedb (diff)
downloadsober-45aeec248278371ff3c0ca6d3f8711a5feab3f58.tar.gz
sober-45aeec248278371ff3c0ca6d3f8711a5feab3f58.tar.bz2
sober-45aeec248278371ff3c0ca6d3f8711a5feab3f58.zip
Update to make readme more readable
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82366d1..031c23b 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,18 @@ You can find a demo instance at [cogarr.net/demos/sober](https://cogarr.net/demo
## Installation
-To install,
+To install:
+
1. clone this repo
2. edit config.h
3. edit the first 3 lines of build.bat or build.sh
4. run the build.bat or build.sh script.
5. point your web server to the cgi-bin directory.
+
SOBER should set up it's files as needed.
## Usage
+
People that need to use the bug tracker should have access (ex over ssh) to the deploy/bugs directory. Each bug has a id# as a filename. You can search for bugs by using grep. Ex:
`grep "0:" *` will find all open bugs
@@ -26,5 +29,6 @@ statis can be:
* 2 : closed, text MUST NOT exist
## Misc
+
If your filesystem supports it, "lock" the file while it is being edited by a developer, so that data submitted by users is not overwritten.