Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.
/ flynn-wp Public archive
forked from zomnium/flynn-wp

Easy WordPress deployment for Flynn.

Notifications You must be signed in to change notification settings

aitormontenegro/flynn-wp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flynn WP

A template for installing and running WordPress on Flynn.

Installation

  1. Clone this git repo $ git clone https://github.com/zomnium/flynn-wp.git wordpress
  2. Get into the new directory $ cd wordpress
  3. Create a Flynn application $ flynn create wordpress
  4. Add a database to the application $ flynn resource add mysql
  5. 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.

Usage

Always commit changes into git and you can use $ git push flynn master to push it into production.

Resources

More about working with Flynn, read the docs.

To do

  • File storage
  • Improve default configuration

About

Easy WordPress deployment for Flynn.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%