-
Notifications
You must be signed in to change notification settings - Fork 38
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
Provide a Linux version for download #830
Comments
Providing an AppImage would have, among others, these advantages:
Here is an overview of projects that are already distributing upstream-provided, official AppImages. If you have questions, AppImage developers are on #AppImage on irc.freenode.net. |
I was able to run the linux version with "yarn run dev" but wasn't able to build it with "yarn run build". Is this to be expected? Sorry, I'm not a yarn/node developer. |
I think if you run
There is a list of target formats supported by |
Thanks! The command you gave allowed me to build a runnable linux image. |
Would publicize this software within my circles when offered as DEB and RPM packages but not before. |
Is there anything we could do to make it easier for you to provide/support a linux build? |
Sorry - that was a question for @Stephen-Gates / @mattRedBox really :) Clearly there is some subset of users who would like to see this made available. If we understand what the barriers are, maybe its something one of us can help with... |
@chris48s Noted. I am from the open energy modeling community. A comfortable CSV editor with support for OKI tabular data packages would a big asset for us. Many, if not most, run Linux. |
Hi @robbiemorrison, I'll discuss this with our sponsors but it is not currently in scope. @chris48s I'll leave it to @mattRedBox to answer re: barriers. I note that the request only requires provision of images and not inclusion in the automated build process. Stay tuned... |
Hi @robbiemorrison, @chris48s |
Provide a Linux version for download
While building a Linux version is quite easily done if one has Node.js and Yarn installed, not every Linux desktop user is a developer.
Desired Behaviour (for feature requests only)
For each release of DataCurator, a Linux AppImage install should be created for 64bit and 32bit Linux desktops. It ought to be possible to automate the creation of all installers for each OS (you could probably even get Travis-CI to do it for you). However, automating this is not what I'm requesting, simply ensuring there is an installer for Linux users available on the Download page would be sufficient.
The text was updated successfully, but these errors were encountered: