Add sodium_compat composer dependency for v3 hidden_services

This commit is contained in:
Daniel Winzen 2018-11-24 14:56:24 +01:00
parent 9de11a9722
commit f0afbe14c9
No known key found for this signature in database
GPG key ID: 02560D377A8647DB
2 changed files with 10 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,5 @@
{
"require": {
"paragonie/sodium_compat": "^1.7"
}
}