Re: Quick deployment website tool?
Stefan Schmiedl <[email protected]>
| Newsgroups | gmane.comp.programming.language-of-the-year |
|---|---|
| Organization | EDV-Beratung Schmiedl |
| Message-ID | <[email protected]> |
On Mon, 14 Apr 2008 10:46:29 -0500 Chris Morris <[email protected]> wrote: > At my gig, we occasionally post an SDK for some clients to download. FWIW, for a project with only a few users I just sent out emails with the current update URL http://..../update-YYYYMMDD.exe after scp-ing the installer over to the download area. Short release notes finished the mail, just to let the users know what was fixed, improved, added. Additionally, a .htaccess file containing <FilesMatch "update.*\.exe$"> AuthType Basic AuthName "Update Files" AuthUserFile /home/download/.htpasswd Require user verysecret </FilesMatch> protected all update....exe files from the world-at-large, while other files in the same directory were still freely accessible. No tools, no website, no complaints, just a single email to a group alias. s.