https://github.com/airalab/robonomics_dev
Deployment of Robonomics tools
https://github.com/airalab/robonomics_dev
deployment
Last synced: 11 months ago
JSON representation
Deployment of Robonomics tools
- Host: GitHub
- URL: https://github.com/airalab/robonomics_dev
- Owner: airalab
- Created: 2018-01-09T14:47:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T12:22:21.000Z (over 6 years ago)
- Last Synced: 2025-03-29T04:47:13.459Z (about 1 year ago)
- Topics: deployment
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
robonomics_dev
==============
Requirements
------------
1. Ubuntu 18.04 (Bionic Beaver) or later
Setting up the environment
--------------------------
1. Clone this repo:
```
git clone --recursive https://github.com/airalab/robonomics_dev
```
2. Run initialization script:
```
cd robonomics_dev
./robonomics.sh init
```
> At the first time this script installs [Nix package manager](https://nixos.org/nix/) and `robonomics_comm`, creates `keyfile` and `keyfile_password_file` files
3. There are two available networks: Mainnet and Sidechain. It's recommended to use Sidechain for the development:
```
./robonomics.sh sidechain
```
Now robonomics_comm should be up and running
In addition the script generates two files `env.bash`, `env.zsh`. You should source one of them during development to make ROS environment working