add documentation, gitignore entry for archive dir
This commit is contained in:
parent
70c70cf8fd
commit
30521b6056
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,3 +3,6 @@
|
||||
|
||||
# public directory
|
||||
public/
|
||||
|
||||
# archives directory
|
||||
src/archives/
|
@ -28,3 +28,7 @@ You may also use `./self help` (this script does not provide therapy services) t
|
||||
2. **Use the static files**
|
||||
|
||||
You may also opt to copy the src/ folder to another location, such as /var/www/html, so it can be served static with a web server such as Apache2 or NGINX.
|
||||
|
||||
# Serve custom files
|
||||
|
||||
If you would like to host your own files, simply place them in `./src/archives`, and they will be served at the same location mine are. Keep in mind, you may not use the same directory structure, and will have to update the menu links.
|
Loading…
x
Reference in New Issue
Block a user