kaleidos-ventures / taiga-vagrant

Vagrant for taiga
200 stars 49 forks source link

Page not found at / #12

Closed MauScheff closed 10 years ago

MauScheff commented 10 years ago

After running tiaga-runservers everything seems to be working until I try to connect from the external host. Then I get a Django url's error:

Using the URLconf defined in taiga.urls, Django tried these URL patterns, in this order:
^api/v1/
^api/v1/api-auth/
^admin/
^static\/(?P<path>.*)$
^media\/(?P<path>.*)$
The current URL, , didn't match any of these.

Url is: http://localhost:8000/

jespino commented 10 years ago

The backend not serve any index, only the api urls. You need the taiga-front as web client :)

niwinz commented 10 years ago

Hi @mauzepeda

Are you using the last version of taiga-vagrant? As far as I know, nginx should serve well the taiga-front under /. You can see the nginx setup script: https://github.com/taigaio/taiga-scripts/blob/master/scripts/setup-nginx.sh#L55

I have deployed few times using the last version of taiga-vagrant and on my machine every thing works properly. Can you get the last version of taiga-vagrant, and try provision again?

MauScheff commented 10 years ago

Hi,

It's working now!

Thank you :+1: