A template for installing and running WordPress on Flynn.
- Clone this git repo
$ git clone https://github.com/zomnium/flynn-wp.git wordpress
- Get into the new directory
$ cd wordpress
- Create a Flynn application
$ flynn create wordpress
- Add a database to the application
$ flynn resource add mysql
- Push to deployment
$ git push flynn master
You can replace 'wordpress with your own application name (lowercase and no spaces or special charactars).
Important note: please change the authentication keys and salts in public/wp-config.php! Using default values will be a security risk in production.
Always commit changes into git and you can use $ git push flynn master
to push it into production.
More about working with Flynn, read the docs.
- File storage
- Improve default configuration