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
- Host: GitHub
- URL: https://github.com/positiondev/tni-wordpress
- Owner: positiondev
- Created: 2016-12-30T16:38:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T19:46:08.000Z (over 8 years ago)
- Last Synced: 2025-01-15T10:02:32.715Z (about 1 year ago)
- Language: Python
- Size: 620 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`:
```