clearbold / artx

1 stars 0 forks source link

Add CNAME file to allow github pages deployment #44

Closed jamiefolsom closed 9 years ago

jamiefolsom commented 9 years ago

Hi @circa1977, not sure if you're hosting on github pages; we'd like to point a domain at your front end so we can start to share it with folks more easily. Would you be willing to set it up so that the server responds to requests for artbotapp.com? I will take care of adding the DNS record to the zone file. I assume a CNAME pointing the new apex domain to staging.artx.clearbold.com will work? Thanks!

heymarkreeves commented 9 years ago

Hi, Jamie!

It might be better if you fork or clone it to a new org account for Artbot that you can control. I'm currently running on Amazon S3, where:

  1. There needs to be an S3 bucket matching any domain requests, including CNAMEs.
  2. There are bandwidth fees/implications.

That way we can also preserve ours as a dev-level domain for team review while others are looking at your domain.

Let me know how that sound?

Thanks! Mark

jamiefolsom commented 9 years ago

Sounds good to me. I will do -- I'll clone from the master branch, and set up clearbold/artx as the upstream remote so we can update when you have new stuff for us. Thanks!