I would like to distribute the rails application as a double click application. When someone double-clicks on the application, I think that mongrel should be running, and then the user's browser should be running and open for something like localhost: 3000 I try to work through what I will need to do, I think m need to include in the project a copy of the rails and a copy of the gems. Do I need to distribute ruby? I am initially looking to configure mac and linux for distribution. Does anyone have experience using packing rails?
The application that I would like to deploy is a media center server for user media. Unfortunately, this means that I cannot have a public server serving the media. I created a server using ruby โโon rails and rake tasks to import and manage media. Is there a good way to make this easy for users to install? The idea was to use a double-click application that would be easy for users to raise and lower the server.
linux ruby ruby-on-rails macos
nixterrimus
source share