Skip to content

UncleDan/turnkeylinux-apps-test-18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 

Repository files navigation

 @@@@@@    @@@@@@@@    @@@@@@     @@@@@@                                   
@@@@@@@@  @@@@@@@@@@  @@@@@@@@   @@@@@@@                                   
     @@@  @@!   @@@@       @@@  !@@                                        
    @!@   !@!  @!@!@      @!@   !@!                                        
   !!@    @!@ @! !@!     !!@    !!@@!@!                                    
  !!:     !@!!!  !!!    !!:     @!!@!!!!                                   
 !:!      !!:!   !!!   !:!      !:!  !:!                                   
:!:       :!:    !:!  :!:       :!:  !:!                                   
:: :::::  ::::::: ::  :: :::::  :::: :::                                   
:: : :::   : : :  :   :: : :::   :: : :                                    

turnkeylinux-apps - Test 18.1

gitea ➡️ Test ISO


moodle5 ➡️ Test ISO


moodle4 ➡️ Test ISO


mattermost ➡️ Test ISO

@@@@@@@   @@@@@@@   @@@@@@@@  @@@  @@@  @@@   @@@@@@   @@@  @@@   @@@@@@   
@@@@@@@@  @@@@@@@@  @@@@@@@@  @@@  @@@  @@@  @@@@@@@@  @@@  @@@  @@@@@@@   
@@!  @@@  @@!  @@@  @@!       @@!  @@@  @@!  @@!  @@@  @@!  @@@  !@@       
!@!  @!@  !@!  @!@  !@!       !@!  @!@  !@!  !@!  @!@  !@!  @!@  !@!       
@!@@!@!   @!@!!@!   @!!!:!    @!@  !@!  !!@  @!@  !@!  @!@  !@!  !!@@!!    
!!@!!!    !!@!@!    !!!!!:    !@!  !!!  !!!  !@!  !!!  !@!  !!!   !!@!!!   
!!:       !!: :!!   !!:       :!:  !!:  !!:  !!:  !!!  !!:  !!!       !:!  
:!:       :!:  !:!  :!:        ::!!:!   :!:  :!:  !:!  :!:  !:!      !:!   
 ::       ::   :::   :: ::::    ::::     ::  ::::: ::  ::::: ::  :::: ::   
 :         :   : :  : :: ::      :      :     : :  :    : :  :   :: : :    

turnkeylinux-apps - Test Previous Versions

lamp

  • Status: Builds OK. Login OK.
  • Versions: LAMP stack / TurnKey Linux 18.0
  • Pull request: -
  • Git command: git clone --branch master https://github.com/UncleDan/turnkey-lamp.git
  • Bugs/Notes: Re-checked still works.
  • Date: 21 Nov 2024

gitlab


odoo


phpbb


From here: buggy or to be checked against TKL 18.0


foswiki


bookstack


dokuwiki


mediawiki


omeka


mahara


*BUG* ghost


*BROKEN* canvas

  • Status: Does NOT build.
  • Versions: Canvas x.y.z (as of today) / TurnKey Linux 18RC1
  • Pull request: -
  • Git command: git clone --branch 18-update-UncleDan https://github.com/UncleDan/canvas.git
  • Bugs/Notes: "Unable to locate package libssl1.1" - maybe it depends on Ruby but I think it is not updated yet
  • Date: 3 Aug 2023
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
W: No zstd in /usr/bin:/sbin:/bin, using gzip
Setting up linux-image-amd64 (6.1.38-2) ...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libssl1.1
E: Couldn't find any package by glob 'libssl1.1'
E: Couldn't find any package by regex 'libssl1.1'
Traceback (most recent call last):
  File "/usr/bin/fab-install", line 608, in <module>
    cmd_install(
  File "/usr/bin/fab-install", line 247, in cmd_install
    installer.install(packages, ignore_errors)
  File "/usr/lib/python3.11/dist-packages/fablib/installer.py", line 334, in install
    self._install(packages, ignore_errors)
  File "/usr/lib/python3.11/dist-packages/fablib/installer.py", line 185, in _install
    raise Error(
fablib.installer.Error: Errors encountered installing packages
make: *** [/usr/share/fab/product.mk:569: build/stamps/root.build] Error 1

*BROKEN* gnusocial

  • Status: Builds OK. PHP error on boot
  • Versions: GNU Social x.y.z (as of today) / TurnKey Linux 18RC1
  • Pull request: turnkeylinux-apps/gnusocial#25
  • Git command: git clone --branch 18-update-UncleDan https://github.com/UncleDan/gnusocial.git
  • Bugs/Notes: "mysqli_num_rows(): Argument #1 ($result) must be of type mysqli_result, bool given" on start page - maybe PHP version issue? Code is quite old.
  • Date: 3 Aug 2023

*BROKEN* moinmoin

  • Status: Does NOT build.
  • Versions: MoinMoin 2.6.11 (stale from 2014) / TurnKey Linux 18RC1
  • Pull request: turnkeylinux-apps/moinmoin#13
  • Git command: git clone --branch 18-update-UncleDan https://github.com/UncleDan/moinmoin.git
  • Bugs/Notes: Very old software. Seems that "libapache2-mod-wsgi python-flup python-moinmoin" are not recognized in Python3.
  • Date: 4 Aug 2023

*BROKEN* redmine

+ echo 'RBY_VER not set - falling back to latest stable Ruby'
RBY_VER not set - falling back to latest stable Ruby
+ RBY_VER=-l
++ nproc
+ MAKE_OPTS=-j2
+ RUBY_CONFIGURE_OPTS=--disable-install-doc
+ rbenv install -l
+ local command
+ command=install
+ '[' 2 -gt 0 ']'
+ shift
+ case "$command" in
+ command rbenv install -l
3.0.6
3.1.4
3.2.2
jruby-9.4.3.0
mruby-3.2.0
picoruby-3.0.0
truffleruby-23.0.0
truffleruby+graalvm-23.0.0

Only latest stable releases for each Ruby implementation are shown.
Use 'rbenv install --list-all / -L' to show all local versions.
+ rbenv global -l
+ local command
+ command=global
+ '[' 2 -gt 0 ']'
+ shift
+ case "$command" in
+ command rbenv global -l
rbenv: version `-l' not installed
make: *** [/usr/share/fab/product.mk:569: build/stamps/root.patched] Error 1

*ABANDONED* vtigercrm


From here: already merged TKL 18.0/18.1


*MERGED* concrete-cms


*MERGED* drupal10


*MERGED* e107


*MERGED* espocrm


*MERGED* joomla4


*MERGED* suitecrm


*MERGED* wordpress @OnGle


MEMO

git clone https://github.com/turnkeylinux-apps/myappname
cd myappname
make
mkdir -p ../mybuilds ; mv build/product.iso ../mybuilds/$(basename $(pwd))-18.1-bookworm-amd64_$(date -r build/product.iso +%Y-%m-%d_%H-%MUTC).iso
mkdir -p ../mybuilds ; mv build/product.iso ../mybuilds/turnkey-$(basename $(pwd))-18.1-bookworm-amd64_$(date -r build/product.iso +%Y-%m-%d_%H-%MUTC).iso

Copy of this in repository:

https://github.com/UncleDan/turnkeylinux-apps-test-18

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages