Kexi/Snapshots: Difference between revisions

From KDE Community Wiki
No edit summary
(27 intermediate revisions by the same user not shown)
Line 2: Line 2:


==Linux==
==Linux==
<div style="background-color:#aafaaa;color:white;display:inline-block;padding:0.5em;margin:1em;"><big>[https://s3-eu-central-1.amazonaws.com/ds9-apps/kexi-master-appimage/kexi-latest-x86_64.AppImage DOWNLOAD THE LATEST VERSION ({{Kexi/Unstable}} {{Kexi/Stage}})]</big></div> ([https://s3-eu-central-1.amazonaws.com/ds9-apps/index.html#!/kexi-master-appimage%2F see all versions])


{{Note|These are distribution-independent '''.Appimages''' files. The <tt>kexi-latest-x86_64.AppImage</tt> is the '''newest''' one. We are publish these snapshots regularly. They are not synchronized with releases, to find exact version click Help (top-left) -> About Kexi -> Version. }}
So called Nightly builds listed here:
* test of stable version ({{Kexi/StableLink}}): https://binary-factory.kde.org/job/Kexi_stable_flatpak/
* development (experimental) version ({{Kexi/UnstableLink}}): https://binary-factory.kde.org/job/Kexi_flatpak/


The files are kindly contributed by http://blue-systems.com
These are distribution-independent Flatpak repositories. How to use Flatpak is documented at https://flatpak.org.  


Details:
===Short Flatpak How To ===
* (one time) install Flatpak tools (see https://flatpak.org)


* The download size is about 170MiB, is compressed and contains all needed dependencies.
* (one time) add the KDE repository http://distribute.kde.org/flatpak-apps-testing to your Flatpak setup (use command line):
* To run the app see http://appimage.org, the "To run an AppImage..." section.
* No need to uninstall previous version of Kexi - these versions are independent and work without installation
* Kexi settings and recent files are obtained from the user account and shared with all Kexi versions.


Known bugs:
flatpak remote-add --if-not-exists kde http://distribute.kde.org/flatpak-apps-testing
* [https://github.com/appimage-packages/kexi/issues/5 No PostgreSQL support] (only MySQL and SQLite available)


Help us improve:
* (one time) to install stable version of KEXI:


* Definition page at https://github.com/appimage-packages/kexi.
flatpak install kde org.kde.kexi-stable
* Report bugs at: https://github.com/appimage-packages/kexi/issues.
 
* More info about the technology: http://appimage.org.
* (one time) to install experimental (development) version of KEXI:
 
flatpak install kde org.kde.kexi
 
* to run KEXI (either version, you can make a shortcut or script for easy use):
 
flatpak --filesystem=$HOME run org.kde.kexi-stable
flatpak --filesystem=$HOME run org.kde.kexi
 
(--filesystem=$HOME gives KEXI access to your home folder, use --filesystem=/ to give access everywhere; without --filesystem KEXI will be run securely without access to your files)
 
* To update KEXI (either version, no need to uninstall first):
 
flatpak update kde org.kde.kexi-stable
flatpak update kde org.kde.kexi
 
* or update all installed Flatpak apps (so KEXI is updated too):
 
flatpak update
 
* to uninstall KEXI (either version):
 
flatpak uninstall kde org.kde.kexi
flatpak uninstall kde org.kde.kexi-stable
 
{{Note|You can use any Flatpak front end app such as "Discover" KDE app to add repository, install apps and perform updates: https://userbase.kde.org/Discover#How_to_handle_repositories}}


==Windows==
==Windows==
To be announced. [[Kexi/Contact|Ask us about availability]].
So called Nightly builds. Pick one of them:
* test of stable version ({{Kexi/StableLink}}): https://binary-factory.kde.org/job/Kexi_Release_win64/
* development (experimental) version ({{Kexi/UnstableLink}}): https://binary-factory.kde.org/job/Kexi_Nightly_win64/
 
 
In the ''Last Successful Artifacts'' section of the above pages click either:
* kexi-*******.7z for a 7z archive and when it downloads just uncompress it (using [https://www.7-zip.org/ 7-Zip] program)  to your folder of choice and run kexi-***.exe program.
* or kexi-*******.exe installer and when it downloads run it and let the installer guide you.
 
 
Notes:
* This is a 64 bit application requiring Windows 7 (64 bit) or newer. XP not supported (e.g. due to [https://wiki.qt.io/PlatformSupport Qt's requirements]).
* You can uncompress as many versions of KEXI from the 7z archive at the same time as you want.
* You can install as many minor versions of KEXI using the installer as you want, e.g. 3.2, 3.3, 3.4...


==macOS==
==macOS==
To be announced. [[Kexi/Contact|Ask us about availability]].
To be announced. [[Kexi/Contact|Ask us about availability]].
==Outdated==
No longer supported, at least for now.
* [[/Linux AppImages/]]

Revision as of 12:30, 12 April 2019

Snapshots of Kexi aka nightly builds.

Linux

So called Nightly builds listed here:

These are distribution-independent Flatpak repositories. How to use Flatpak is documented at https://flatpak.org.

Short Flatpak How To

flatpak remote-add --if-not-exists kde http://distribute.kde.org/flatpak-apps-testing
  • (one time) to install stable version of KEXI:
flatpak install kde org.kde.kexi-stable
  • (one time) to install experimental (development) version of KEXI:
flatpak install kde org.kde.kexi
  • to run KEXI (either version, you can make a shortcut or script for easy use):
flatpak --filesystem=$HOME run org.kde.kexi-stable
flatpak --filesystem=$HOME run org.kde.kexi

(--filesystem=$HOME gives KEXI access to your home folder, use --filesystem=/ to give access everywhere; without --filesystem KEXI will be run securely without access to your files)

  • To update KEXI (either version, no need to uninstall first):
flatpak update kde org.kde.kexi-stable
flatpak update kde org.kde.kexi
  • or update all installed Flatpak apps (so KEXI is updated too):
flatpak update
  • to uninstall KEXI (either version):
flatpak uninstall kde org.kde.kexi
flatpak uninstall kde org.kde.kexi-stable

Note

You can use any Flatpak front end app such as "Discover" KDE app to add repository, install apps and perform updates: https://userbase.kde.org/Discover#How_to_handle_repositories


Windows

So called Nightly builds. Pick one of them:


In the Last Successful Artifacts section of the above pages click either:

  • kexi-*******.7z for a 7z archive and when it downloads just uncompress it (using 7-Zip program) to your folder of choice and run kexi-***.exe program.
  • or kexi-*******.exe installer and when it downloads run it and let the installer guide you.


Notes:

  • This is a 64 bit application requiring Windows 7 (64 bit) or newer. XP not supported (e.g. due to Qt's requirements).
  • You can uncompress as many versions of KEXI from the 7z archive at the same time as you want.
  • You can install as many minor versions of KEXI using the installer as you want, e.g. 3.2, 3.3, 3.4...

macOS

To be announced. Ask us about availability.

Outdated

No longer supported, at least for now.