search for: restart_apach

Displaying 2 results from an estimated 2 matches for "restart_apach".

Did you mean: restart_apache
2006 Dec 04
0
deprec - deployment recipes for capistrano
...- rails - mysql These six steps will get your app running on a server: cd /path/to/railsapp deprec --apply-to . --name projectname --domain www.projectname.com # edit config/deploy.rb to put in details of your subversion repository cap install_rails_stack cap setup cap deploy_with_migrations cap restart_apache Planned for future releases: - postfix with virtual hosts and smtp-auth - custom tasks for specific VPS providers - host based firewall setup - support for other OS/distributions/versions Check out my blog for more info. - Mike http://codemode.blogspot.com/2006/11/deprec-install-rails-stack-...
2006 Jan 19
12
Switchtower isn''t restarting lighttpd
I''ve got switchtower set up, and it seems to work fine except for one problem: It doesn''t successfully restart lighttpd. I have the following task in my deploy.rb file: desc "Restart the web server" task :restart, :roles => :app do sudo "/usr/local/etc/rc.d/lighttpd.sh restart" end This is on a FreeBSD system, so it''s using the rc script to