Start virtual python environment if you don't have python3 running
setup:
$ python3 -m venv venv
$ pip install -r requirements.txtactivate:
$ source venv/bin/activatedeactivate:
$ deactivateAll requirements can be installed with pip. Required dependencies are:
To start the ASGI server via uvicorn run
$ uvicorn main:aroio_api --reloador
$ ./scripts/startApi.shuse google cloud platform with an nice and powerful setup with a shitload of RAM and do your AroioOS Kernel Build via ssh on a virtual maschine.
$ sudo apt install -y sed make binutils build-essential gcc g++ bash patch gzip bzip2 perl tar cpio python unzip rsync file bc wget git screen flex libssl-dev jq
$ git clone --recurse-submodules https://github.com/aroio/aroio-ng.git
$ cd aroio-nguse Instructions on https://github.com/aroio/aroio-ng and do your changes in some feature-branch