[m-dev.] Hosting.
Michael Hendricks
michael at ndrix.org
Wed Jan 16 02:15:54 AEDT 2013
I had a vague recollection that Mercury's website is currently generated
offline and then only the static HTML files (and tarballs) are served from
the host. If that's the case, I recommend Google Cloud Storage which can
host static websites:
https://developers.google.com/storage/docs/website-configuration I use it
for all my static sites.
The Mercury website is probably small enough to fall under the free usage
quota (5 GB). If not, the per-GB fees are reasonable. I like it because
setting up a new site can be done quickly from the command line:
$ gsutil -m cp -R example_site/ gs://example.com
$ gsutil setwebcfg -m index.html gs://example.com
--
Michael
On Tue, Jan 15, 2013 at 3:45 AM, Paul Bone <paul at bone.id.au> wrote:
>
> I looked at shared hosting.
>
> A friend of mine recommended
> https://www.nearlyfreespeech.net Which has plans that scale with usage.
> and
> http://mediatemple.net Which has one big plan which is way
> more
> than we need.
>
> Both of these have huge capacity, probably enough for our FTP archive.
> But neither of these, nor any other shared hosting provider I found, offers
> mailing list hosting. We could either host our mailing lists somewhere
> else, such as google groups (which means we don't get the @mercurylang.org
> domain), or we're back to running a VPS (which is more complicated).
>
> We can mix-and-match services, using one service for email and another for
> the website.
>
> Thanks.
>
>
> --
> Paul Bone
> http://www.bone.id.au
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/developers/attachments/20130115/1d390e06/attachment.html>
More information about the developers
mailing list