You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
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.
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.
@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.
The text was updated successfully, but these errors were encountered: