Fix some minor errors at README files.

This commit is contained in:
Christoph 2019-11-03 03:42:24 +01:00
parent 77bc626b40
commit c2d6adb08c
2 changed files with 9 additions and 2 deletions

View File

@ -235,6 +235,13 @@ Pin-Priority: 1001
EOF
fi
# - Verify with 'apt-cache policy nodejs'
# -
# - Output must conatin somethin liek that:
# - Installationskandidat: 6.14.4-1nodesource1
# -
apt-cache policy nodejs
# - Install nodejs..
# -
apt-get install nodejs
@ -312,7 +319,7 @@ cp -a config/config.example.js config/config.js
# - ...
# - myDomain: oopen.de,
# -
perl -i -n -p -e"s#(\s*)(adminEmail:.*)#\1// \2\n\1adminEmail: 'admin@oopen.de',#" /var/www/cryptpad/config/config.js
perl -i -n -p -e"s#(\s*)(adminEmail:.*)#\1// \2\n\1adminEmail: 'admin\@oopen.de',#" /var/www/cryptpad/config/config.js
perl -i -n -p -e"s#(\s*)(myDomain:.*)#\1// \2\n\1myDomain: oopen.de,#" /var/www/cryptpad/config/config.js

View File

@ -10,7 +10,7 @@
# - Stop cryptpad
# -
systemctl stop cryptpadsystemctl stop cryptpad
systemctl stop cryptpad
# - Backup existing installation