forked from 3on/stack-python-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaliases
16 lines (16 loc) · 1.01 KB
/
aliases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
alias drw='dotcloud run www'
alias plonebuild='dotcloud run www sh current/bin/cloudbuildout'
alias plonedevbuild='dotcloud run www sh current/bin/cloudbuildout.dev'
alias plonedebugon='dotcloud run www sh current/bin/debug_on'
alias plonedebugoff='dotcloud run www sh current/bin/debug_off'
alias plonecfg='dotcloud run www vi current/buildout.cfg'
alias plonerestart='dotcloud run www supervisorctl restart plone'
alias plonerestartall='dotcloud run www supervisorctl restart all'
alias plonestatus='dotcloud run www supervisorctl status'
alias restartplone='dotcloud run www supervisorctl restart plone'
alias plonestop='dotcloud run www supervisorctl stop plone'
alias plonestart='dotcloud run www supervisorctl start plone'
alias plonedevstart='dotcloud run www sh current/bin/plonefg'
alias ploneadminpassword='dotcloud run www cat current/adminPassword.txt'
cp bin/installc9tools.dev bin/installc9tools bin/plonedevstop bin/plonepush ~/bin/
chmod +x ~/bin/installc9tools.dev ~/bin/installc9tools ~/bin/plonepush ~/bin/plonedevstop