Setting up a localhost for wordpress on Arch Linux

This page summarizes the projects mentioned and recommended in the original post on /r/linux4noobs

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • paru

    Feature packed AUR helper

  • For installing paru :

  • kitgen

    Tclkit build system

  • [nandoaguiar@battlestation ~]$ cd xampp [nandoaguiar@battlestation xampp]$ paru -S xampp :: Resolving dependencies... :: Calculating conflicts... :: Calculating inner conflicts... Aur (3) tclkit-8.6.11-1  sdx-20110317-1  xampp-8.1.6-1 :: Proceed to review? [Y/n]:   :: Downloading PKGBUILDs... PKGBUILDs up to date /home/nandoaguiar/.cache/paru/clone/tclkit/.gitignore *.tar.gz *.tar.xz pkg/ src/ /home/nandoaguiar/.cache/paru/clone/tclkit/PKGBUILD #Maintainer: Grey Christoforo pkgname=tclkit pkgver=8.6.11 _tcl_ver=8.6.11 _tk_ver=8.6.11.1 _kit_ver=8.6.4-9 pkgrel=1 pkgdesc="single-file executable that provides a complete Tcl and Tk runtime" arch=(x86_64) url="https://github.com/stiefel40k/kitgen" options=(emptydirs !buildflags !makeflags !strip) license=('custom') makedepends=( 'upx' 'ucl' 'libx11' 'xorgproto') source=("kitgen-${_kit_ver}.tar.gz::https://github.com/stiefel40k/kitgen/archive/${\_kit\_ver}.tar.gz"        "tk-${_tk_ver}.tar.gz::https://prdownloads.sourceforge.net/tcl/tk${\_tk\_ver}-src.tar.gz"        "tcl-${_tcl_ver}.tar.gz::https://prdownloads.sourceforge.net/tcl/tcl${\_tcl\_ver}-src.tar.gz") sha256sums=('6a78963842e6810f85ba81a01866ba705b470feee8c0bb25a86992560b215150'            '006cab171beeca6a968b6d617588538176f27be232a2b334a0e96173e89909be'            '8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258') noextract=("tk-${_tk_ver}.tar.gz" "tcl-${_tcl_ver}.tar.gz") prepare() {  cd kitgen-${_kit_ver}  mkdir -p build/{tcl,tk}  bsdtar --strip-components 1 -xf "${srcdir}"/tk-${_tk_ver}.tar.gz -C build/tk  bsdtar --strip-components 1 -xf "${srcdir}"/tcl-${_tcl_ver}.tar.gz -C build/tcl } build() {  cd kitgen-${_kit_ver}  export B64=b64  export options="thread allenc cli dyn"  msg2 "config"  ./config.sh build/kit-large ${options} ${B64}  msg2 "make"  cd build/kit-large  make } check() {  local _testver=$(echo 'puts $tcl_version' | "${srcdir}"/kitgen-${_kit_ver}/build/kit-large/tclkit-cli)  msg2 "Test passed with tclkit version = ${_testver}" } package() { mkdir -p "${pkgdir}"/usr/bin install -o root -g root "${srcdir}"/kitgen-${_kit_ver}/build/kit-large/kit-* "${pkgdir}"/usr/bin/. install -o root -g root "${srcdir}"/kitgen-${_kit_ver}/build/kit-large/tclkit-* "${pkgdir}"/usr/bin/. ln -s tclkit-cli "${pkgdir}"/usr/bin/tclkit :

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts