Hyper Open Edge Cloud

ORS Assembly Process - Configure your laptop

  • Last Update:2023-07-31
  • Version:002
  • Language:en

Configure your laptop to flash ORS SSDs

This tutorial teaches how to configure your laptop for ORS assembly

Install Re6st

Run the following command:

laptop:~# wget https://deploy.rapid.space/re6st && sudo bash re6st

You can press enter at every question and leave the default value.

Install SlapOS

Run the following command:

laptop:~# wget https://deploy.rapid.space/slapos && sudo bash slapos

You can press enter at every question and leave the default value.

Configure git client

Install git and configure your git client if needed. You will need to input your gitlab username and email:

laptop:~# sudo apt install git
laptop:~# git config --global user.email "john.doe@nexedi.com"
laptop:~# git config --global user.name "John Doe"

Clone the slapos-device-configuration repository

Go to your work directory and clone the slapos-device-repository:

laptop:~# cd WORKDIR
laptop:~/WORKDIR# git clone https://lab.nexedi.com/nexedi/slapos-device-configuration

Download SSD Image and put it in the repository directory

Download SSD Image from Rapid.Space operators and put it in the repository directory

laptop:~# mv ~/Downloads/ssd.img WORKDIR/slapos-device-configuration