AegeusCoin / aegeus-ui

0 stars 2 forks source link

Package all services in some portable executable #37

Open AegeusCoin opened 5 years ago

AegeusCoin commented 5 years ago

Determine which approach would be most convenient for the end-user to install and run the services provided by the prototype. Currently using a custom Linux LiveCD is what has been tested.

tdiesler commented 5 years ago

Kitematic is an open source Qt app that manages docker containers. Instead of adding yet another portable abstraction layer it may be worth looking into an option where the AEG Qt app can manage docker container directly.

tdiesler commented 5 years ago

How is this going?

AegeusCoin commented 5 years ago

I will build from master once the final PR is merged and we will test with the LiveCD as I believe this will be easiest for users. Once that is complete I'll also set up this kitematic for those with older systems.

AegeusCoin commented 5 years ago

We need to investigate a communication issue when run within a virtual machine. This is a minor setback and I anticipate we'll have a solution within a reasonable timeframe.