Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mulit-Tenant Presentation Hosting #55

Open
burtlo opened this issue Apr 5, 2013 · 2 comments
Open

Mulit-Tenant Presentation Hosting #55

burtlo opened this issue Apr 5, 2013 · 2 comments
Labels

Comments

@burtlo
Copy link
Owner

burtlo commented Apr 5, 2013

@jcoglan has a great rackup file allows for multiple presentation can be hosted on one server. Some variation of this file should be added as a generator and/or a tutorial should be put together on how to host multiple presentations.

@jcoglan
Copy link

jcoglan commented Apr 5, 2013

My rackup file uses the Rack::UrlMap convention of splitting the containing directory name out of PATH_INFO and putting it in SCRIPT_NAME. All you should need to do is make sure rendered links to assets and the like are prefixed with SCRIPT_NAME.

@burtlo
Copy link
Owner Author

burtlo commented Apr 5, 2013

  • Add a command to generate this specialized config.ru
  • Add this config.ru to the templates section
  • Provide documentation within the README.md about command
  • Provide additional documentation within the config.ru on any additional configuration

Right now the config.ru in question loads a static index.html file which has dedicated links to presentations. I think it would be awesome to have a convention for the structure and the server would automatically find it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants