Fix some minor errors at README files.
This commit is contained in:
parent
77bc626b40
commit
c2d6adb08c
@ -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
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
# - Stop cryptpad
|
||||
# -
|
||||
systemctl stop cryptpadsystemctl stop cryptpad
|
||||
systemctl stop cryptpad
|
||||
|
||||
|
||||
# - Backup existing installation
|
||||
|
Loading…
Reference in New Issue
Block a user