Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bitslip6/bitfire
Browse files Browse the repository at this point in the history
  • Loading branch information
bitslip6 committed Jan 19, 2021
2 parents be179a6 + 2d52784 commit a6d0d1c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,17 @@ You will need a webserver running PHP >= 7.1, a login, sudo access to edit php.i
composer require bitslip6/bitfire
./vendor/bin/updatekeys.sh
```
- or *Install by hand*
Edit bitfire/config.ini and change: *_encryption_key_* and *_secret_*.
Edit your php.ini file (/etc/php/7.4/fpm/php.ini or similar) and set
```ini
auto_prepend_file ='/full/path/to/bitfire/startup.php';
```

- *Bitfire is now installed!* The default config will not block anything until enabled. set *_bitfire_enabled_* in `bitfire/config.ini`
```ini
bitfire_enabled = true;
```
- Congradulations! Time for a beer
- Congratulations! Time for a beer

- You may also install by-hand. set *_config.ini.php_* and *_cache_* to web writeable, update *_encryption_key_* and *_secret_* in config.ini then,
in php.ini update auto_prepend_file
```ini
auto_prepend_file ='/full/path/to/bitfire/startup.php';
```



Expand Down

0 comments on commit a6d0d1c

Please sign in to comment.