Skip to content

wazo-platform/wazo-load-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wazo-load-tools

Important

Previous tools have been archived under the legacy tag and should be referenced for any new scripts or projects in this repository.

Provision new server

  1. Install a fresh wazo server
  2. Execute:
pip install -r initiator/requirements.txt
pip install -r generator/users/requirements.txt
cat initiator/setup-system.sh | ssh <wazo-host>
initiator/setup-wazo.py \
  --host <wazo-host> \
  --password <password> \
  --output generator/users/config.yml
generator/users/generate-users.py \
  --number<#users> \
  --extra-config generator/users/config.yml \
  --format csv \
  --output generator/users/users.csv
generator/users/create-users.py \
  --host <wazo-host> \
  --password <password> \
  --users-file generator/users/users.csv \
  --format csv \
  --extra-config generator/users/config.yml

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published