Kexi/Snapshots: Difference between revisions

From KDE Community Wiki
(14 intermediate revisions by the same user not shown)
Line 2: Line 2:


==Linux==
==Linux==
<div style="background-color:#ff7777;color:white;display:inline-block;padding:0.1em;margin:1em;">NEWEST RELEASE FROM MAY 7 2017, IT IS OUTDATED, WE'RE WAITING FOR UPDATE</div><br/>


<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-stable-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-stable-master-appimage%2F see all versions])
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/


{{Note|These are distribution-independent '''.Appimages''' files. The <tt>kexi-latest-x86_64.AppImage</tt> is the '''newest''' available. <strike>We are publish these snapshots regularly.</strike> '''We are pausing the releases (May 2017) with a plan to restart releases.''' They are not synchronized with releases, to find exact version click Help (top-left) -> About Kexi -> Version. }}
These are distribution-independent Flatpak repositories. How to use Flatpak is documented at https://flatpak.org.  


The files are kindly contributed by http://blue-systems.com
===Short Flatpak How To ===
* (one time) install Flatpak tools (see https://flatpak.org)


Details:
* (one time) add the KDE repository http://distribute.kde.org/flatpak-apps-testing to your Flatpak setup (use command line):


* The download size is about 180MiB, '''it is a compressed program''' and contains all needed dependencies.
flatpak remote-add --if-not-exists kde http://distribute.kde.org/flatpak-apps-testing
* To run the app make it executable and execute the file as a program ([[/How to run|more info]])
* 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 3 versions or newer.


Known bugs:
* (one time) to install stable version of KEXI:
* [https://github.com/appimage-packages/kexi/issues/5 No PostgreSQL support] (only MySQL and SQLite available) (reported at [https://github.com/appimage-packages/kexi/issues/5])


Help us improve:
flatpak install kde org.kde.kexi-stable


* Definition page at https://github.com/appimage-packages/kexi.
* (one time) to install experimental (development) version of KEXI:
* Report bugs at: https://github.com/appimage-packages/kexi/issues.
 
* More info about the technology: http://appimage.org.
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==
So called Nightly builds: https://binary-factory.kde.org/job/Kexi_Nightly_win64/ (you can choose 7z archive or installer).
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.