Skip to content

Instantly share code, notes, and snippets.

@nkeilar
Created November 12, 2013 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkeilar/7423319 to your computer and use it in GitHub Desktop.
Save nkeilar/7423319 to your computer and use it in GitHub Desktop.
Django Project Launching Template for Guake
guake --rename-tab="System"
sleep 2
guake --new-tab=2 --rename-tab="Noshly Project" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/ && clear" &
sleep 2
guake --new-tab=3 --rename-tab="Noshly Server" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/ && python manage.py runserver 0.0.0.0:8070" &
sleep 2
guake --new-tab=4 --rename-tab="Noshly Console" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/ && python manage.py shell_plus" &
sleep 2
guake --new-tab=5 --rename-tab="Noshly Email" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/ && python -m smtpd -n -c DebuggingServer loca$
sleep 2
guake --new-tab=6 --rename-tab="Noshly celeryd" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/ && python manage.py celeryd -v 2 -B -s cele$
sleep 2
guake --new-tab=7 --rename-tab="Noshly CeleryCam" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/ && python manage.py celerycam" &
#sleep 2 &&
#sudo tail -n 100 -f /var/log/redis/redis-server.log
#
#guake --new-tab=6 --rename-tab="Noshly Chef" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/" &
sleep 2
guake --new-tab=8 --rename-tab="Noshly Chef" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshly-chef-repo/" &
sleep 2
guake --new-tab=9 --rename-tab="Redis Log" --execute-command="source ~/.bash_profile && sudo tail -n 100 -f /var/log/redis/redis-server.log" &
#sleep 2 &&
#guake --rename-tab="Django Terminal" --execute-command="source ~/.bash_profile && workon rf && cd ~/workspace/noshlyfs/ && clear" &
#guake --new-tab=2 --rename-tab="Django Test" --execute-command="source ~/.bash_profile && workon fresh-start && cd ~/workspace/noshlyfs/ && python manage.py autotest" &
#sleep 2 &&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment