Browse Source

Update readme.md

pull/14/head
KodeStar 7 years ago
committed by GitHub
parent
commit
82540d7b7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      readme.md

6
readme.md

@ -11,6 +11,12 @@ Why not use it as your browser start page? It even has the ability to include a
## Video ## Video
If you want to see a quick video of it in use, go to https://drive.google.com/file/d/1cijXgmjem_q2OfKMp36qVuXRiyOzvhWC/view 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 ## Web Server Configuration
### Apache ### Apache

Loading…
Cancel
Save