Your "Install Pow" doesn't work with a drive name which has spaces.
eg. /bin/sh /Volumes/Macintosh HD/Downloads/Anvil.app/Contents/Resources/InstallPow.sh; exit
needs to escape the space. App itself looks polished, checking it out now!
I for one think it's great you're doing updates quickly and often as things come up that warrant pushing updates in the first place. Keep up the good work. This looks like a nifty little tool!
Note that .dev is one of the new TLD's being handed out[1]. I also used .dev as my local environment and switched them all over to .local a while ago.
.local[2] was specifically set aside just for this task, and is recognized as a local address by the major browsers (instead of .dev, which often results in a search hit).
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!
I'm curious as to whether you can submit an app to the MAS which integrates with non-MAS apps? Any idea whether Apple allows that?
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...
I've wondered how certain programs get around these restrictions. I use Boom[1] on my ridiculously quiet laptop. The program you download from MAS is more or less a shell. It guides you to download and install the actual sound drivers that do all the work.
The first point is a menu bar app thing. Seems weird to activate it for a popover type window. The other two are fixed in the latest update. Thanks for the feedback! <3
Left you a message there, but just in case you miss it - Very cool! Would you mind linking to http://anvilformac.com/download so this automatically downloads the latest version?
Never heard of Pow before, but on inspection it looks very interesting and could save a bunch of time.
Anyone know if there's any way to make it work with python (WSGI or similar) services? It's kinda hard to search 'pow' without ending up at various exponentiation functions :/
Really, the whole manual is published in engraved-in-stone visual style? That is enough to convince me not to let this software run on my machine, especially not with admin privileges.
I've tried the app for only 5 minutes and I love it already - it's a much more elegant solution than having to use "jekyll --server -auto" and localhost:4000.
The thing that bugs me though is that the list of websites doesn't expand beyond three sites- you have to scroll to see the fourth site. Shouldn't the list dialog expand to fit all the sites?
Well, it took me 15 minutes to figure out the cause of 404 error.
If you DON'T have index.html in your root folder it will return this error, python's SimpleHTTPServer module does much better job and gives you list of your folders.
Any reason why the Pow installer turns off my Wi-Fi? Also I get the following error from the installer: "!!! Couldn't resolve configured domains (dev)"
I already have Pow installed but its asking me to install again. Will it conflict w/ my existing install and configuration if I reinstall Pow through Anvil?
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!
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)
Pow is open-source (pow.cx) - feel free to try adding PHP to it. In my experience, PHP is far more complicated due to php.ini configurations and installation. Rack lends itself a bit better to this kind of hosting.
Wait, what? So instead of typing file:///home/username/site/index.html this program lets you type http://site.dev? If there was ever undeniable proof that Mac users are clinically retarded...
Subdomains. Rails apps. Multiple apps running at the same time together. There are a few reasons this is useful. Please be more constructive with your feedback.
needs to escape the space. App itself looks polished, checking it out now!