Infrastructure configs and automation for Kosmos servers
Go to file
Greg e65374c893 Add TODO prefix 2019-04-12 11:21:37 +02:00
.chef Do not vendor cookbooks using Berkshelf anymore 2019-04-11 18:16:28 +02:00
data_bags Update the kosmos-mastodon cookbook to use the new postgresql cookbook 2019-04-10 11:49:26 +02:00
doc Update ejabberd doc 2019-01-02 09:41:47 +08:00
environments Override the directory where the parity package is created in dev 2017-05-08 16:52:08 +02:00
nodes Add the sockethub firewall rule for dev.kosmos.org 2019-04-10 16:34:25 +02:00
roles Add a base role, so that chef is updated before anything else 2019-04-08 17:58:02 +02:00
site-cookbooks Add TODO prefix 2019-04-12 11:21:37 +02:00
.gitignore Set up an instance of Mastodon for Kosmos 2017-04-06 21:20:51 +02:00
Berksfile Update the mediawiki cookbook 2019-04-10 11:50:23 +02:00
Berksfile.lock Update the mediawiki cookbook 2019-04-10 11:50:23 +02:00
Gemfile Revert "Revert "Update Chef to 14.11.21"" 2019-04-03 12:52:32 +02:00
Gemfile.lock Revert "Revert "Update Chef to 14.11.21"" 2019-04-03 12:52:32 +02:00
README.md Add Berkshelf help to the README 2018-06-01 16:13:50 +02:00
Vagrantfile Do not vendor cookbooks using Berkshelf anymore 2019-04-11 18:16:28 +02:00

README.md

Install dependencies

bundle install

Run Chef Solo

knife solo cook dev.kosmos.org

Bootstrap a new server

knife solo prepare root@dev.kosmos.org

Managing cookbooks

Cookbooks are managed via Berkshelf. Run berks --help for command help.

Install cookbooks listed in Berksfile:

berks install

Vendor installed cookbooks to the cookbooks/ dir:

berks vendor cookbooks/