mirror of
https://github.com/DanWin/hosting.git
synced 2025-08-03 13:01:49 +02:00
Add sodium_compat composer dependency for v3 hidden_services
This commit is contained in:
parent
9de11a9722
commit
f0afbe14c9
2 changed files with 10 additions and 0 deletions
|
@ -133,6 +133,11 @@ quit
|
|||
|
||||
Then edit the database configuration in /var/www/common.php and /etc/postfix/sql/alias.cf
|
||||
|
||||
Install sodium_compat for v3 hidden_service support
|
||||
```
|
||||
cd /var/www && composer install
|
||||
```
|
||||
|
||||
Last but not least setup the database by running
|
||||
```
|
||||
php /var/www/setup.php
|
||||
|
|
5
var/www/composer.json
Normal file
5
var/www/composer.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"require": {
|
||||
"paragonie/sodium_compat": "^1.7"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue