Skip to content

yaelleUWS/engage_platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engage Platform

Setup the Engage platform.

This platform consists on:

  • interface : frontend
  • webservices : backend
  • mysqul : database

How to run those scripts

** Solution 1: With ansible ** install ansible

pip install ansible
ansible-playbook site.yml -i host_ip, --ask-pass -u username -vv

** Solution 2: With Docker** Install docker.

docker build -t platform .
docker run -ti --rm  platform ansible-playbook site.yml -i host_ip, --ask-pass --ask-sudo-pass -u username -vv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published