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

Support for webapplications #134

Closed
brauliobo opened this issue Apr 10, 2016 · 3 comments
Closed

Support for webapplications #134

brauliobo opened this issue Apr 10, 2016 · 3 comments

Comments

@brauliobo
Copy link

Hi, first time here. Do you have ideas how to use appimage with ruby on rails and postgresql dbs?

@RazZziel
Copy link

That's probably not the use case for AppImage. This is more geared torwards desktop applications; if you want web applications with databases, your solution is probably something more like Docker or LXC.

In order to use an AppImage, you'd need to setup ruby and postgresql inside the AppImage, and a script to set up everything so that that database is initialized in a writable directory (AppImages are read-only), etc.

@brauliobo
Copy link
Author

brauliobo commented Apr 27, 2016

hmm, that would be very interesting for open source web applications like https://github.com/noosfero/noosfero and https://github.com/discourse/discourse

@probonopd
Copy link
Member

I agree with RazZziel, wouldn't that be great cases for Docker or LXC rather than AppImage?

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

No branches or pull requests

3 participants