Giter Site home page Giter Site logo

presto's Introduction

Preface

Presto is a local wordpress environment, run natively on osx. Runs off sqlite db for quick and easy development.

Installation

  1. Clone repo recursively to include the submodule theme wordpress-starter. git clone --recursive [email protected]:kiriaze/presto.git
  2. Either copy or rename .env.example and update variables.
  3. Run sh setup.sh, which will open up a browser window to your app.
    • Remove the .git file from app/content/themes/wordpress-starter, and rename the theme.
  4. Run npm setup within the wordpress-starter theme to get started.

Notes

  • Look at composer.json before running sh setup.sh incase you'd rather not install the plugins I've recommended. This has only been tested on a mac environment.

  • Take a look here for more information regarding other optional configurations or setup, if you'd rather use the built in osx php/apache/hosts etc.

  • By running the install script, sqlite is used and referenced for local development, however this isn't recommended for production environments, rather reference this link for a more production ready environment.

In regards to deployment

For use with ServerPilot, you must clone the repo to the root of the app rather than within public, then delete public dir and symlink it to app. ln -s app public

Other recommended plugins not included within the barebones composer.json

"require" : {
	"wpackagist-plugin/demo-data-creator"                   : "*",
	"wpackagist-plugin/bulk-content-creator"                : "*",
	"wpackagist-plugin/duplicate-post"                      : "*",
	"wpackagist-plugin/wordpress-importer"                  : "*",
	"wpackagist-plugin/intuitive-custom-post-order"         : "*",
	"wpackagist-plugin/author-recommended-posts"            : "*",
	"wpackagist-plugin/goodbye-captcha"                     : "*",

	"wpackagist-plugin/relevanssi"                          : "*",
	"wpackagist-plugin/wp-crontrol"                         : "*",

	"wpackagist-plugin/bulletproof-security"                : "*",
	"wpackagist-plugin/all-in-one-wp-security-and-firewall" : "*",
	"wpackagist-plugin/sucuri-scanner"                      : "*",

	"wpackagist-plugin/cloudflare-flexible-ssl"             : "*",
	"wpackagist-plugin/analytics-for-cloudflare"            : "*",

	"wpackagist-plugin/restricted-site-access"              : "*",
},

"require-dev" : {
	"wpackagist-plugin/monster-widget"                      : "*",
	"wpackagist-plugin/user-switching"                      : "*",
	"wpackagist-plugin/username-changer"                    : "*",
	"wpackagist-plugin/rewrite-rules-inspector"             : "*",
	"wpackagist-plugin/safe-redirect-manager"               : "*",
	"wpackagist-plugin/wordpress-reset"                     : "*",
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.