Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 895 Bytes

File metadata and controls

13 lines (11 loc) · 895 Bytes

Setting Up The System

  1. Populate a .env file.
  2. If you don't have keycloak and radiusdesk you need to set these up. The details for Keycloak can be found here.
  3. Run the compose file of your choosing then run docker exec inethi-backend python manage.py create_superuser.
  4. Create json files and place them in the inethi dir for your NETWORK admin user(s), RADIUSDesk instance(s) and smart contract(s) commands, see the users example, RADIUSDesk example and the contracts example then run the following:
docker exec -it inethi-backend sh
python manage.py create_users_from_json user.json
python manage.py create_smart_contracts_from_json smart_contracts.json
python manage.py create_radiusdesk_from_json sample_radiusdesk_config.json