This repository has been archived. It has been moved to the incremental.design/dev-boxes monorepo.
This project automates the installation of owncloud on a rancherOS
First, it automatically spins up an instance of rancherOS on digitalOcean, using the digitalOcean API. Then, it runs an ansible script to spin up the owncloud container within rancherOS.
And that's it!
- Install node.
- Install homebrew.
- Install ansible with
brew install ansible, git clonethis repository (TODO: make it so that you can just curl the repo and execute the CLI)- run
yarn buildto build the project. - run
yarn serveand answer the prompts.