VirtKick is a simple, open source orchestrator. Managing virtual machines or Docker containers has never been easier.
That's the VirtKick web application.
Report bugs and feature requests in virtkick project.
- RVM
- Ruby 2.1 from RVM
- Linux or Mac
rvm get stable
rvm install 2.1
rvm use 2.1 --default
gem install bundler
bundle install
bundle exec rails s
bundle exec guard
xdg-open http://0.0.0.0:3000/ # open a browser
There are a variety of ways to run a production Rails website. You can gor for Passenger, Thin or just WEBrick (yes).
See CONTRIBUTING.md. Thanks!
Become one now - sponsoring packages are limited!
VirtKick, a simple orchestrator. Copyright (C) 2014 StratusHost Damian Nowak
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/agpl-3.0.html.