https://github.com/konstructio/colony-vagrant
vagrant virtual environment for testing colony
https://github.com/konstructio/colony-vagrant
Last synced: about 1 year ago
JSON representation
vagrant virtual environment for testing colony
- Host: GitHub
- URL: https://github.com/konstructio/colony-vagrant
- Owner: konstructio
- Created: 2024-09-04T20:59:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T03:02:21.000Z (over 1 year ago)
- Last Synced: 2025-06-09T20:09:43.786Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.97 MB
- Stars: 17
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `colony-vagrant`
This is a set of Vagrant files and scripts to provision a virtual datacenter to try out the Colony project in Civo Cloud, as well as aiding with the development of the project.
## Quickstart
* We provide a [`make` command to bootstrap an environment](./docs/quickstart-make.md) using Civo Cloud to try Colony before its 1.0 release; or
* We provide a manual, step-by-step guide to [bootstrap an environment](./docs/quickstart-manual.md)
## Development
* [Development helpers](./docs/development.md): Additional help for developing with `colony` and connecting vscode to the `datacenter` and `laptop` machines.
* [k3s server agent](./docs/k3s_server_agent.md): All the information related to `k3s` server and agent setup.