hyperledgerkochi / KOBDevOps

Repository for all KOB DevOps Tools and Scripts
1 stars 11 forks source link

RF - 0.1 -> Scripts / Code for automated dev environment set up #6

Open EtricKombat-zz opened 4 years ago

EtricKombat-zz commented 4 years ago

Objective: Automate the process of setting up a stabilized dev environment for initiating further development activities.

Must come up with a solution aligning with any one of the expected outcomes

Bash Script Docker Compose File Ansible Playbook Kubernetes / OpenShift code

Externalize parameters for configuring the environment set up

The list of open source projects to be set up and tested are -

Project Link
Von network HyperLedgerKochi-VON
TheOrgBook HyperLedgerKochi-TheOrgBook
Greenlight HyperLedgerKochi-Greenlight

Important Note: The projects should be set up in the priority mentioned above

panickervinod commented 4 years ago

@EtricKombat @sumodgeorge Please update inline with requirements mentioned in #5

Expected commands are.

 KOB install   // install default projects i.e KOBVON, KOBDflow,KOBConnect, KOBRegistry, TheKochOrgBook
 KOB install --dev All // install all the dev environment to do development
 KOB install --dev KOBVON // to install just the KOBVON project for development
 KOB install KOBVON // Deploy KOBVON for testing