-
SSH to server, create user
vwf
:adduser vwf
-
Add
vwf
to/etc/sudoers
, don't require password:vwf ALL=(ALL:ALL) NOPASSWD: ALL
Note: Remember to use
sudo visudo
when editing sudoers. -
Copy public keys for user vwf into authorized_keys file.
-
Disable password authentication. Edit
/etc/ssh/sshd_config
to:ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no # Then: sudo service ssh restart
-
Fix locales:
sudo locale-gen en_US.UTF-8 sudo dpkg-reconfigure locales
-
Increase SWAP size in case of 512MB droplet
-
Copy the certs to the
/home/vwf
directory as:public.crt private.key intermediate.crt
-
Run:
./bootstrap.sh virtual.wf
-
Notifications
You must be signed in to change notification settings - Fork 3
Bootstrap script for the VWF website.
virtual-world-framework/vwf-web-bootstrap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Bootstrap script for the VWF website.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published