An open API service indexing awesome lists of open source software.

https://github.com/positiondev/tni-wordpress

With Bedrock and Trellis
https://github.com/positiondev/tni-wordpress

Last synced: 11 months ago
JSON representation

With Bedrock and Trellis

Awesome Lists containing this project

README

          

# How to use

## Setup

Create `thenewinquiry.com` directory

`mkdir thenewinquiry.com`

Inside newly-created `thenewinquiry.com` directory: `git clone git@github.com:positiondev/tni-wordpress.git`

or `mkdir thenewinquiry.com && cd thenewinquiry.com && git clone git@github.com:positiondev/tni-wordpress.git`

Get the vault password from somebody.

Create a `.vault_pass` file in the `trellis` directory and put only the Vault password in it (it's not YAML formatted, the only thing in the file should be the vault password).

Make sure somebody has added your public key to the server.

Install Ansible Configuration for deployment

Inside the `trellis` directory: `ansible-galaxy install -r requirements.yml`

## Development

`site/config/environments/development.php` is gitignored so your can develop this site using VV instead of Trellis if needed.

Add to `site/config/environments/development.php`:

```