Casa / Casa-Node-Manager

Configures and launches docker instances to run the various services on the device
MIT License
29 stars 3 forks source link

Some files are missing / lack of documentation #3

Open conejoninja opened 5 years ago

conejoninja commented 5 years ago

Looks like some files are missing, I'm having a few problems trying to run this. Docker images seems to be missing some libraries installed, but once you fix that, it then complains it can not found welcome.yml and it's nowhere to be found in the repository.

I would gladly appreciate some sort of documentation to get this working, after spending a few hours with this, it looks like to me that the code needs some external files (maybe distributed in the SD card image and not added here).

I also supposed this is the entry point and it could/would bootstrap the rest of the images.

Do you plan to release (in the near future) some documentation? or is it only intended to make the code public without any doc (completely understandable)?

jlopp commented 5 years ago

At the moment we open sourced for security reasons; we're working on better documentation for how to run it, because our build and deploy processes are incredibly complex and were not designed with the goal of being end-user friendly.

conejoninja commented 5 years ago

Thanks for replying. It's a great that Casa has open sourced some of its work. I wasn't sure what to expect from this, but I think it's a bit more clear now.

Feel free to close this issue (or keep it open as a reminder)