-
SSH to server, create user
enroll
:adduser enroll
-
Add
enroll
to/etc/sudoers
, don't require password:enroll ALL=(ALL:ALL) NOPASSWD: ALL
-
Copy public keys for user enroll.
-
Fix locales:
sudo locale-gen en_US.UTF-8 sudo dpkg-reconfigure locales
-
Disable password authentication. Edit
/etc/ssh/sshd_config
to:ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no # Then: sudo service ssh restart
-
Increase SWAP size in case of 512MB droplet
-
Run:
./bootstrap.sh staging staging.enroll.io ./bootstrap.sh production enroll.io
-
Notifications
You must be signed in to change notification settings - Fork 0
enroll/enroll-bootstrap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Script for bootstrapping Enroll servers based on Sprinkle framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published