TachyonPress: Getting Started guide
NOTE: this doc will be moved to https://tachyonpress.com/ (site is currently under construction).
Install with this command: curl -fsSL https://verify.tachyonpress.com/public/install.sh | sudo bash
Now you will need a license key. You will need to be a paying user. If you are, then please email hello@programmerhat.com for how to get this.
Activate the license key with this: sudo tm license <key>
Install the PHP/C extensions server-wide using this command: sudo tm extension install --nightly
Finally enable/disable on a per-site basis using these commands:
- Enable:
sudo tm install --nightly - Disable:
sudo tm uninstall