Akilan1999 / p2p-rendering-computation

p2p network to enable running distributed computation and rendering.
https://p2prc.akilan.io/
GNU General Public License v2.0
27 stars 10 forks source link

Making it possible to setup using a single command #3

Open Akilan1999 opened 3 years ago

Akilan1999 commented 3 years ago

Introduction

To ensure anyone can use the application being build. This means that many manual configurations need to be automated to defaults. The issue can be made into several small issues.

Configuration module

The configuration is designed using cobra. The changes here will be:

- generating configuration file in the project file directory 
- populating configuration file with default file paths 

Adding Ansbile scripts

The ansible scripts will be added to deploy locally and a set of nodes to deploy in.

Installation libraries to support

- apt 
- yum 
Akilan1999 commented 3 years ago

Part of the issue is implemented in: Commit hash: a1fd29ec45f12ae90bf2722a7bedc4b71784c58e Commit hash: e34e5707049606b11160a36c7f58a54d46bc4cfe Commit hash: 441fa59e341b60d90a8b0fb04c2bae1334922755