threefoldtecharchive / jumpscaleX_archived

Apache License 2.0
1 stars 6 forks source link

finish threebot server factory #711

Closed despiegk closed 5 years ago

despiegk commented 5 years ago

need to wait for #709 (openresty)

todo

BolaNasr commented 5 years ago

i have error when get openresty to start it ( and test is fail j.servers.openresty.test() ) jumpscaleX ( development_jumpscale) DigitalMeX ( development_jumpscale) image

BolaNasr commented 5 years ago

i passed the error above but have problem image

it can't serve index.etlua if i add index.html it works good in /sandbox/var/web/html/chat

@abom any suggestion for that i think the problem in config somehow

abom commented 5 years ago

That's a configuration problem for sure, you need use to openresty directives like content_by_lua_block if you running a lapis app, not serving etlua files as html.

See https://leafo.net/lapis/reference/getting_started.html#creating-an-application/nginx-configuration

BolaNasr commented 5 years ago

chatbot doc : https://github.com/threefoldtech/digitalmeX/blob/development_jumpscale/DigitalMe/servers/threebot/README.md

branch development_jumpscale