mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-04 23:57:30 +02:00
Added install instructions
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
/.idea/
|
/.idea/
|
||||||
/dist/
|
/dist/
|
||||||
/src/.tmp/
|
/src/.tmp/
|
||||||
/src/data/
|
/src/data/backup/
|
||||||
/src/node_modules/
|
/src/node_modules/
|
||||||
/src/config.php
|
/src/config.php
|
||||||
|
@@ -29,6 +29,15 @@ Build automatically on source changes (watch mode):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Installation instructions
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
1. Build the project (see above)
|
||||||
|
2. Copy the contents of the `dist` directory to your webspace.
|
||||||
|
3. Create a `config.xml` (copy and adjust the example).
|
||||||
|
4. Give write permissions to the server for directories `articles` and `data`.
|
||||||
|
|
||||||
|
|
||||||
Used libraries
|
Used libraries
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
0
src/data/dummy.txt
Normal file
0
src/data/dummy.txt
Normal file
Reference in New Issue
Block a user