NOTE: Not ready for Production use.
Sauron is a Rails app to enable its users to leverage the power of LXD. You can add all the LXD Nodes of a cluster, on which you can add, view and delete containers.
As of now, only ubuntu:16.04 image containers are spawned
Ensure that Redis and Postgres are up and running before running the following commands:
- Copy file
application.yml.sampletoapplication.yml - Run
gem install bundler - Run
bundle installto install the gems - Run
bundle exec rake db:createto create the DB - Run
bundle exec rake db:migrateto run migrations - Run
bundle exec rails serverto start the server on default port - On another terminal session
bundle exec sidekiqto start sidekiq
* ruby version 2.5.1
* Redis
* Postgres
gem install bundlerbundle installbundler exec rspec
- Create an issue;
- Have discussion;
- Raise a PR