GithubHelp home page GithubHelp logo

isabella232 / umbrella-inndev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inn/umbrella-inndev

0.0 0.0 0.0 37.08 MB

Umbrella repository for inn.org

License: GNU General Public License v2.0

CSS 20.12% PHP 72.11% JavaScript 6.25% HTML 1.51%

umbrella-inndev's Introduction

Deploy instructions

Generally speaking, see https://wpengine.com/git/

git remote add wpe-prod [email protected]:production/inndev.git
git remote add wpe-staging [email protected]:staging/inndev.git

Setup instructions

Prompt Text to enter
Name of new site directory: inndev
Blueprint to use (leave blank for none or use largo): largo
Domain to use (leave blank for inndev.dev): inndev.dev
WordPress version to install (leave blank for latest version or trunk for trunk/nightly version): hit [Enter]
Install as multisite? (y/N): y
Install as subdomain or subdirectory? : subdomain
Git repo to clone as wp-content (leave blank to skip): hit [Enter]
Local SQL file to import for database (leave blank to skip): This filename must be an absolute path, so the easiest thing to do on a Mac is to drag your mysql file into your terminal window here: the absolute filepath with fill itself in. Absolute filepaths begin from / and go all the way to the file.
Remove default themes and plugins? (y/N): y
Add sample content to site (y/N): N
Enable WP_DEBUG and WP_DEBUG_LOG (y/N): N

After reviewing the options and creating the new install (you'll be prompted part way through the install process to provide your admin password), proceed with the following steps:

  1. cd to the directory inndev/ in your VVV setup
  2. git clone [email protected]:INN/umbrella-inndev.git
  3. cd umbrella-inndev
  4. git submodule update --init to pull down all of the submodules you need (including, crucially, the tools repo)
  5. cd ..
  6. Copy the contents of the new directory umbrella-inndev/ into htdocs/, including all hidden files whose names start with . periods.
    • the easy way to do this is: rsync -rv umbrella-inndev/ htdocs
    • afterwards, you may want to rm -rf umbrella-inndev to save disk space
  7. cd htdocs to move to the folder where the umbrella now lives
  8. workon fabric
  9. fab production wp.fetch_sql_dump (or download via FTP if this doesn't work)
  10. fab vagrant.reload_db:mysql.sql
  11. Search and replace 'inn.org' --> 'inndev.dev' in the db (options for doing this are covered in the largo umbrella setup instructions
    • Perform this step for each of these domains: inndev.dev largo.inndev.dev learn.inndev.dev impaq.inndev.dev innovation.inndev.dev news.inndev.dev nerds.inndev.dev
  12. Optionally, you may want to pull down recent uploads so you have images, etc. to work with locally.
  13. Visit inndev.dev in your browser and you should see the site!

umbrella-inndev's People

Contributors

aschweigert avatar benlk avatar kaylima avatar rclations avatar rnagle avatar

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.