Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/linuxserver/Heimdall
Browse files Browse the repository at this point in the history
  • Loading branch information
headred-chris committed Jun 18, 2019
2 parents 3d18162 + 1919dbf commit 5f52456
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ Apart from the Laravel dependencies, namely PHP >= 7.1.3, OpenSSL PHP Extension,

If you find you can't change the background make sure `php_fileinfo` is enabled in your php.ini. I believe it should be by default, but one user came across the issue on a windows system.

Installation is as simple as cloning the repository somewhere, or downloading and extracting the zip/tar and pointing your httpd document root to the `/public` folder. For simple testing you could just go to the folder and type `php artisan serve`
Installation is as simple as cloning the repository somewhere, or downloading and extracting the zip/tar and pointing your httpd document root to the `/public` folder.

```
cd /path/to/heimdall
cp .env.example .env
php artisan key:generate
```

For simple testing you could just go to the folder and type `php artisan serve`

There is also a multi-arch Docker which supports x86-64, armhf and arm64, instructions on how to use them at

Expand Down

0 comments on commit 5f52456

Please sign in to comment.