Skip to content

Tags: NHS-digital-website/deploy

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wojtek-oledzki Wojtek Oledzki
[RPS-19] Deploy Hippo Delivery stack

To start/update Hippo Delivery stack simply run
```
make stack ROLE=hippo_delivery
```

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wojtek-oledzki Wojtek Oledzki
[RPS-18] Create Hippo stack

New stacks added to startup Mysql RDS, Autoscaling Group, Load Balancer
etc.

To start up "hippo_authoring" all you need to run is:

```
make stack ROLE=hippo_authoring
```

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Provide Ansible folder layout and setup

Ansible is installed locally using virtualenv, be default in
`ansible/.vevn/bin/`. Conifg is in `ansible/ansible.cfg`.

You can pre-install it by running `make init`, or it will be installed
automatically by any target that requires it.

You should alwyas use Ansible via existing Makefile targets like
`make stack ROLE=hippocms` or add new target for your usecase.