Anvil - a Mac app for Pow
11–20 of 73 posts
Re: Anvil - a Mac app for Pow
#12What does the on/off slider do? Another handy tool for managing Pow is the ruby gem "powder". It's command line only however.
Re: Anvil - a Mac app for Pow
#13Earlier quoted context omitted.
Thats not really how Pow[1] works. It's weird that there isn't any mention of Pow on that page if that's what it's using in the backend. I didn't download it since I'm not on 10.7, maybe it mentions it later. I wrote something similar ( https://github.com/rktjmp/ker-pow ) a while ago but never considered using it to actually make new ~/.pow/ links, I might add that in. Anvil is probably much more useful! [1] http://p…
> Thats not really how Pow[1] works. I think you will find that is _exactly_ how Pow works. Because you're just creating a symlink (ln -s source_name link_name) you can name it whatever you want. (i.e. ln -s ~/sites/my_full_url.com.au ~/.pow/blog)
Re: Anvil - a Mac app for Pow
#14Nice little app. Would be handy to be able to edit the generated .dev URL to be different from the folder.
Re: Anvil - a Mac app for Pow
#15Re: Anvil - a Mac app for Pow
#16Re: Anvil - a Mac app for Pow
#17Re: Anvil - a Mac app for Pow
#18Does anyone know why pow uses the .dev tld rather than .test? .test is reserved for local testing. http://en.wikipedia.org/wiki/.test
Re: Anvil - a Mac app for Pow
#19I'm very glad you didn't decide to go the Mac App Store route -- as sad as it sounds, MAS has incredible friction compared to an old fashioned zip
Our hands were tied. Installing 3rd party code, using the ~/.pow/ directory, and running on port 80 are all things that are frowned-upon. So it's easier to make it free!
e.g. so you could offload any frowned-upon functionality into external apps/services, and maybe promote or offer automated download & install functionality within your own app...