dukechronicle / chronline

The official repository for the Duke Chronicle website
http://www.dukechronicle.com
201 stars 21 forks source link

Setup docker environment #233

Closed ertrzyiks closed 6 years ago

ertrzyiks commented 9 years ago

Hey, im trying to run chronline project on docker for development purposes, I know this PR change too much. When I open website on my local address like http://192.168.59.103:8080 it says route "/" cannot be found. Can you give me a clue how to fix routing in that case?

themichaellai commented 9 years ago

Hey,

It's looking for a subdomain, as all of our routes are under a subdomain (e.g. www, admin, api). I suggest using http://www.lvh.me:8080 if your server is listening at localhost, or editing your hosts file to alias that address as www.*.com.

Unfortunately we are not currently maintaining this repo, but we appreciate the PR. We'll let you know if things change in the future. If you have other questions about setup / running, feel free to email me at the address on my github profile.

ertrzyiks commented 9 years ago

thanks for info! I will check this setup with subdomain soon.

Too bad this repo is not actively developed anymore, it was my chance to learn ruby on rails in real world environment :) anyway, i will finish what i've started even you are not going to merge it just to see result. Cheers