Ana amacı farklı portlardan anlık olarak birden fazla uygulamayı yayınlayabiliyor olmasıdır. Geliştiriciler için tasarlanmış ve geliştirme süreçlerini hızlandırması için kolay bir konfigurasyona sahiptir. Kaynaklar: http://pow.cx/ http://pow.cx/manual.html POW
duymadan, hızlı bir şekilde uygulamalarınızı localhost sunucunuza yayına açarsınız. Pow işletim sisteminin /etc/hosts dosyasını kullanarak çalışmaktadır. POW: Config
kolay hale getirir. Çalışması için sistemde Ruby ve Pow kurulu olmalıdır. Kurulum: $ gem install powder Kaynak: https://github.com/Rodreegez/powder POWDER Gem
and brief descriptions of the tasks available $ powder link => Link the current dir to ~/.pow/<current_directory> $ powder link [bacon] => Link the current dir to ~/.pow/bacon => Create .powder, contents bacon $ powder unlink => Unlink current_dir or the symlink defined in .powder $ powder unlink bacon => Unlink bacon $ powder cleanup => remove all invalid symbolic links POWDER: Komutlar
app $ powder list => List all the current apps linked in ~/.pow # aliased as powder -l $ powder open => Opens the pow link in a browser # aliased as powder -o $ powder open [bacon] => Opens http://bacon.dev in a browser $ powder restart => Restart the current app # aliased as powder -r $ powder [production|development|test] => Run your Rails app as Production # aliased as powder [prod|dev] # This is a wrapper for powder env RAILS_ENV ... POWDER: Komutlar - 2