Giter Site home page Giter Site logo

dev_wp_sandbox's Introduction

jupiter-wp-template

Standard Jupiter Themed Wordpress

front end developer begin:

Are you a new developer to the company? If so, following the instruction guide here:

environment configuration:

cd /home/sites
git clone [email protected]:{USER}/{website name}.git
cd /home/sites/{website name}
git remote add upstream [email protected]:JellyfishGroup/{website name}.git
git remote set-url upstream --push no-pushing
git remote -v
chown apache:apache -R /home/sites/{website name}/public_html/

task runner set-up:

cd /home/sites/{website name}/task_runner
npm install
gulp watch

task runner packages:

cd /home/sites/{website name}/task_runner
npm install es6-promise
npm install gulp-sourcemaps
npm install gulp-sass
npm install gulp-notify
npm install gulp-plumber
npm install gulp-rename
npm install gulp-postcss
npm install autoprefixer
npm install postcss-svg-fragments
npm install cssnano
npm install gulp-concat
npm install gulp-uglify
npm install run-sequence
npm install del

.ini configuration:

cd /home/sites/{website name}
cp install/{website name}.ini /etc/jellyfish/
nano /etc/jellyfish/{website name}.ini
service httpd restart

php customs:

Files that define how elements are parsed and painted within the DOM. This file is similar to a functions.php file of a WordPress environment.

nano /home/sites/{website name}/public_html/wp-content/themes/jupiter-child/functions.php

templates location:

Files that define individual construct elements of a page (parts, includes, globals, etc.).

cd /home/sites/{website name}/public_html/wp-content/themes/jupiter-child/*.php
cd /home/sites/{website name}/public_html/wp-content/themes/jupiter-child/template-inc/*.php
cd /home/sites/{website name}/public_html/wp-content/themes/jupiter-child/template-parts/*.php

WP CLI install:

wp core install --allow-root --url='dev_wp_sandbox.sgel6.dev.jellyfish.local' --admin_user='admin' --admin_password='J3llyf!sh' --admin_email='[email protected]' --title='Wordpress Sandbox'

dev_wp_sandbox's People

Contributors

steveng-jellyfish avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.