threefoldtecharchive / jumpscaleX_archived

Apache License 2.0
1 stars 6 forks source link

get markdowndocs to work #710

Closed despiegk closed 5 years ago

despiegk commented 5 years ago
abom commented 5 years ago

Initial working config was added

openresty = j.servers.openresty.default 
wiki = openresty.wikis.new(name="foundation", giturl="https://github.com/threefoldfoundation/info_foundation", branch="development", domain="mywiki2.com") 
wiki.update(generate=True) 
openresty.start()

Then going to mywiki2.com/wiki/foundation (mywiki2.com points to container ip in /etc/hosts).