The COSI user documentation is in the wiki for this repository. The documentation contained here pertains to the repository itself.
- Go to the API Tokens page. If there are no tokens listed, click the New API Token button to create one.
- Click the (i) information icon next to the token to use it.
- Copy and run the command displayed on the host to be setup.
For more information see the documentation.
The example/ directory contains local VM examples of using the installer to setup a new "host". This includes CentOS 7.2, CentOS 6.7, Ubuntu 14.04, and Ubuntu 12.04. (See README and Vagrantfile in the directory.)
The demo/ directory contains a Vagrantfile defining VMs to run both cosi-site and clients (CentOS 7 and Ubuntu 14) for the installer locally for the purposes of demonstration. (See README and Vagrantfile in the directory.)
The docker/ directory contains configurations needed to create a cosi-site Docker container. (See README in the directory.)
The provision/ directory contains everything needed to provision cosi-site using Ansible. The live COSI site and the Vagrantfiles in this directory and the demo directory all use this provisioning configuration. (See README in the directory.)
The test/ directory contains a test suite for cosi-site. (See README in the directory.)