Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 814 Bytes

bargeos_on_digitalocean.md

File metadata and controls

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