sudo -l
git clone https://github.com/renatof/evio_config_gen.git
cd evio_config_gen
export MYSQL_ROOT_PASSWORD="Enter mysql root password here"
export AWS_SERVER_IP="Enter IP Here"
bash setup_evio_bootstrap_server_docker-compose.sh
export AWS_SERVER_IP="Enter IP Here"
cd evio_config_gen
vi generate_evio_config_trial.py
- If you are using a numeric IP address without DNS configured, enter the AWS public IP address and set the XMPP_DOMAIN as openfire.local: SERVER_ADDRESS: AWS_SERVER_IP XMPP_DOMAIN: openfire.local
- If you do have a valid public DNS mapping for your server, enter its fully qualified domain name (FQDN) for both: SERVER_ADDRESS: FQDN XMPP_DOMAIN: FQDN for e.g. ec2-18-101-100-231.us-...
cd ~/evio-config-gen
bash test_accounts_creation.sh
cd Test1
chmod 755 *.sh
./docker-config-openfire-turn.sh
cd ~/evio-config-gen
docker-compose down
docker-compose up -d
--> Installation instruction of EdgeVPN on your local Machine: https://edgevpn.io/install/
--> Installation instructions of EdgeVPN with Docker: https://edgevpn.io/dockeredgevpn/