Add sodium_compat composer dependency for v3 hidden_services
This commit is contained in:
@ -133,6 +133,11 @@ quit
|
|||||||
|
|
||||||
Then edit the database configuration in /var/www/common.php and /etc/postfix/sql/alias.cf
|
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
|
Last but not least setup the database by running
|
||||||
```
|
```
|
||||||
php /var/www/setup.php
|
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"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user