Skip to content

Instantly share code, notes, and snippets.

@sunix
Last active March 8, 2018 23:50
Show Gist options
  • Save sunix/55e5d055e826ebaa6e014b53f3509572 to your computer and use it in GitHub Desktop.
Save sunix/55e5d055e826ebaa6e014b53f3509572 to your computer and use it in GitHub Desktop.
tay.json
{
"defaultEnv": "default",
"environments": {
"default": {
"machines": {
"dev-machine": {
"attributes": {
"memoryLimitBytes": "2147483648"
},
"servers": {
"tomcat8-debug": {
"attributes": {},
"port": "8000",
"protocol": "http"
},
"jekyll": {
"attributes": {},
"port": "4000",
"protocol": "http"
},
"codeserver": {
"attributes": {},
"port": "9876",
"protocol": "http"
},
"tomcat8": {
"attributes": {},
"port": "8080",
"protocol": "http"
}
},
"volumes": {},
"installers": [
"org.eclipse.che.exec",
"org.eclipse.che.terminal",
"org.eclipse.che.ws-agent"
],
"env": {}
}
},
"recipe": {
"type": "dockerimage",
"content": "sunix/chedev:centos"
}
}
},
"projects": [
{
"links": [],
"name": "nguyentay_art",
"attributes": {
"contribute_to_branch": [
"gh-pages"
]
},
"type": "blank",
"source": {
"location": "https://github.com/nguyentay/nguyentay.art.git",
"type": "git",
"parameters": {}
},
"path": "/nguyentay_art",
"description": "",
"problems": [],
"mixins": [
"pullrequest"
]
}
],
"name": "test",
"commands": [
{
"commandLine": "mkdir -p /projects/nguyentay_art/target; cd /projects/nguyentay_art/target ; jekyll serve -s /projects/nguyentay_art --force_polling --incremental --host 0.0.0.0",
"name": "Jekyll Serve Incremental",
"attributes": {
"previewUrl": "${server.jekyll}"
},
"type": "custom"
}
],
"links": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment