- Download latest release barge.img file (13MB) from: https://github.com/bargees/barge-os/releases
- Login and goto https://cloud.digitalocean.com/images/custom_images
- Click "Upload Image" and select barge.img to upload
- Create Droplets/Custom images/barge.img
- ssh bargee@ (password is also bargee)
- sudo fdisk -l, found the "EndLBA" is <26635>
- sudo fdisk /dev/vda, Command (m for help): n, Partition type: p, Partition number (1-4): 2, First sector: 26636 ... created new partition
- sudo mkfs.ext4 -b 4096 -i 4096 -L BARGE-DATA /dev/vda2
- sudo reboot
- ssh bargee@ (password is still bargee)
- passwd (password only can be saved after we made BARGE-DATA partition)
- sudo reboot
- ssh bargee@ (new password)
- sudo pkg install nano
- docker run -it ubuntu /bin/sh