Update readme.md
This commit is contained in:
parent
2376546c71
commit
82540d7b7c
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ Why not use it as your browser start page? It even has the ability to include a
|
|||
## Video
|
||||
If you want to see a quick video of it in use, go to https://drive.google.com/file/d/1cijXgmjem_q2OfKMp36qVuXRiyOzvhWC/view
|
||||
|
||||
## Installing
|
||||
|
||||
Apart from the Laravel dependencies, namely PHP >= 7.0.0, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension and XML PHP Extension, the only other thing Heimdall needs is sqlite support.
|
||||
|
||||
Installation is as simple as cloning the repository somewhere, or downloading and extracting the zip/tar and pointing your httpd document root to it. For simple testing you could just go to the folder and type `php artisan serve`
|
||||
|
||||
## Web Server Configuration
|
||||
|
||||
### Apache
|
||||
|
|
Loading…
Reference in a new issue