All Results in discussion

showing 16-20 results of 478 [
]
> Say if I forgot to put the . before the gigabyte and broke the entire site,> where do I need to go in the code or the database to
Say if I forgot to put the . before the gigabyte and broke the entire site, where do I need to go in the code or the database to fix
> 1. Here is my kete_backgroundrb_and_zebra_boot:> https://gist.github.com/MagnusEnger/5925789 I had to change> /home/kete/apps/${app}/current to /home/kete/apps/${app} on line 24 The NON_DEPLOYED_KETE is meant for apps without a current directory (Capistrano deployed apps
Thanks, now it worked, with a couple of tweaks: 1. Here is my kete_backgroundrb_and_zebra_boot: https://gist.github.com/MagnusEnger/5925789 I had to change /home/kete/apps/${app}/current to /home/kete/apps/${app} on line 24 2. Running "sudo update-rc.d kete_backgroundrb_and_zebra_boot
> I'm trying to follow the instructions here, but when I get to this step:>> $ sudo update-rc.d kete_backgroundrb_and_zebra_boot start 99 2 3 4 5 . > it stops with these