Shirakumo / radiance

A Common Lisp web application environment
https://shirakumo.github.io/radiance/
zlib License
322 stars 19 forks source link

Pointing a domain to radiance #14

Closed afidegnum closed 6 years ago

afidegnum commented 7 years ago

Hi, I am very delighted about this application, very simple, compact, modular and easy to work with.

I however plan to launch an old project i m working on using radiance. i m using a dedicated server, and i planning launching radiance on woo. how do i define and point the domain to radiance?

i m planing to launch 3 radiance based projects, how do I point the domain name to each projects?

Do i use nginx coupled with woo for serving static contents or woo is enough ?

Shinmera commented 7 years ago

Most aspects of deployment are covered in Part 7 of the tutorial.

Pointing the domain to your server is a question of your DNS.

The project distribution is part of the routing configuration, which is also covered in the above tutorial and the documentation.

I would recommend using Nginx as the front-facing server and proxying it to Radiance, simply because most Lisp servers are not good at handling SSL or delivering static content.

Shinmera commented 6 years ago

Closing for inactivity.