-
SSH to server, create user
vwf:adduser vwf -
Add
vwfto/etc/sudoers, don't require password:vwf ALL=(ALL:ALL) NOPASSWD: ALLNote: Remember to use
sudo visudowhen editing sudoers. -
Copy public keys for user vwf into authorized_keys file.
-
Disable password authentication. Edit
/etc/ssh/sshd_configto: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/vwfdirectory 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