Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit instructions #30

Open
3 of 5 tasks
martinklepsch opened this issue Nov 26, 2016 · 6 comments
Open
3 of 5 tasks

Revisit instructions #30

martinklepsch opened this issue Nov 26, 2016 · 6 comments

Comments

@martinklepsch
Copy link
Member

martinklepsch commented Nov 26, 2016

  • DNS configuration
  • SSL setup
  • Adding GZIP
  • Future Improvements is outdated
  • Who is this for?
@sooheon
Copy link

sooheon commented May 18, 2017

Could you add "- how to add subdomains" to the list? It's listed as a feature, and it seems it has something to do with HostedZones, but it's not immediately obvious how to do it.

@martinklepsch
Copy link
Member Author

@sooheon Hey Sooheon. Are you asking about adding another site under a different subdomain or adding a new site likedev.sooheon.com ?

@sooheon
Copy link

sooheon commented May 18, 2017

The latter, for example even just www.sooheon.com

@martinklepsch
Copy link
Member Author

martinklepsch commented May 19, 2017

@sooheon so there are two ways:

  • If you already have a Route53 HostedZone for sooheon.com: you can run create-site with the --dns option and Confetti will add a record set to your existing HostedZone. Once this propagated through all the various caches your new site should just work.

  • If you don't have a HostedZone yet: you can run the create-site command without the --dns option. No HostedZone will be created and you can use your domain administration tool to add a CNAME record that points to the new Cloudfront distribution.

I hope this helps.

@martinklepsch
Copy link
Member Author

@sooheon Hey just wondering if you sorted this out?

@martinklepsch
Copy link
Member Author

I added a section in the Readme on this issue https://github.com/confetti-clj/confetti#adding-subdomains — let me know if you think it can be improved in any way 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants