How to set up a new development machine (ideal)

  1. Install Arch
  2. add to /etc/pacman.conf:
    [ubos-tools-arch]
    Server = http://depot.ubos.net/red/$arch/tools
  3. install the UBOS tools for Arch:
    pacman -Syu
    pacman -S ubos-tools-arch
  4. obtain a current UBOS container image:
    ubos-tools list-public-tars
    ubos-tools pull-tar --arch $arch --channel red --version 20150620-030311
    ubos-tools list-tars
  5. set up a depot container:
    ubos-tools create-depot-container --channel red --version 20150620-030311 --machine depot
  6. set of a build container:
    ubos-tools create-build-container --channel red --version 20150620-030311 --machine build

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *