Skip to content

Instantly share code, notes, and snippets.

View echart's full-sized avatar
🏠
Working from home

Willians Echart echart

🏠
Working from home
View GitHub Profile
@echart
echart / README.md
Created July 11, 2016 15:00 — forked from oodavid/README.md
Deploy your site with git

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/
## primeiro criar um repositorio para o snapshot
PUT /_snapshot/NOME-DO-REPOSITORIO
{
"type": "fs",
"settings": {
"compress" : true,
"location": "/var/www/html/portalpelotas/storage/app/public/elastic"
}
}
@echart
echart / GitCommitEmoji.md
Created July 27, 2018 02:30 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji

unmerged branchs

RELEASE 18.3.0

- rel-18.3.0/product-chart-last-point
- rel-18.3.0/datepicker-refactoring

RELEASE 18.4.0
  • feature/cleanup-js
mvn clean install -Padobe-public,autoInstallPackage -Dskip.npm
java -Xms2048m -jar AEM_6.5_Quickstart.jar
java -Xms512m -jar AEM_6.5_Quickstart.jar
import { Container } from '@adobe/cq-react-editable-components';
import PropTypes from 'prop-types';
export class Mapping extends Container {
get component(){
const itemProps = this.props.itemProps,
component = this.state.componentMapping.get(this.props.childComponent),
itemKey = this.props.itemKey