Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
DEBUG
/data/themes/*/
!/data/themes/default/
.obsidian
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ Your url should look like this `http://<address-of-your-apache>/index.php`
2. Set write permissions to the folder `data/`, e.g. by issuing a `chmod -R 777 .`
3. Navigate to your web-folder in a browser to open `index.php` provided by hypha, and follow instructions from there.
Your url should look like this `http://<address-of-your-apache>/index.php`.

## Contribution
### Setup Development Environment with Docker
There is an unofficial repository to help you setup your own php-apache docker
instance to host hypha. Check
[therepository](https://github.com/tai271828/php-apache-bionic-hypha) if you want
to use docker as your development environment.