Skip to content

VincentPeters/stash

 
 

Repository files navigation

=======

STASH

Badges -
Scrutinizer Scrutinizer Code Quality
Composer Dependency Status
NPM Dependency Status
Bower Dependency Status
Ruby Dependency Status

Requirements

  • PHP >= 5.4
  • Composer Install
  • Ruby >= 1.9 Install
  • Bundler gem install bundler
  • node & NPM Install
  • Gulp global npm install gulp -g

Manual Installation

  1. Clone the git repo - git clone https://github.com/undefinedio/stash.git
  2. Run composer install
  3. Copy .env.example to .env and update environment variables
  4. Set your site vhost document root to /path/to/site/web/ (/path/to/site/current/web/ if using deploys)
  5. run npm install
  6. run gulp

Automated installation

  1. Clone the git repo - git clone https://github.com/undefinedio/stash.git
  2. Run composer install
  3. Run node ./bin/setup.js

To use ACF pro

  1. Replace $yourkeyhere in composer.json with your own ACF key
  2. run composer require advanced-custom-fields/advanced-custom-fields-pro

About

Wordpress stack with gulp, capistrano, timber + twig and browserify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 38.0%
  • ApacheConf 30.3%
  • JavaScript 9.8%
  • CSS 9.4%
  • HTML 8.7%
  • Ruby 3.8%