All Projects → PrestaShop → php-ps-info

PrestaShop / php-ps-info

Licence: MIT license
Simple script that allows you to test if your current environment fulfills PrestaShop's system requirements, and offers suggestions for improvements.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php-ps-info

Hardinfo
System profiler and benchmark tool for Linux systems
Stars: ✭ 385 (+358.33%)
Mutual labels:  system-information
Cfg2html
cfg2html is a UNIX shell script similar to supportinfo, getsysinfo or get_config, except that it creates a HTML (and plain ASCII) system documentation for HP-UX, SCO-UNIX, AIX, Sun OS and Linux systems. Plug-ins for SAP, Oracle, Informix, Serviceguard, Fiber Channel/SAN, TIP/ix, OpenText (IXOS/LEA), SN Mass Storage like MAS, EMC, EVA, XPs, Network Node Manager and DataProtector etc. are included. The first versions of cfg2html were written for HP-UX. Meanwhile the cfg2html HP-UX stream was ported to all major *NIX platforms and small embedded systems.
Stars: ✭ 116 (+38.1%)
Mutual labels:  system-information
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (-72.62%)
Mutual labels:  system-information
Gopsutil
psutil for golang
Stars: ✭ 7,117 (+8372.62%)
Mutual labels:  system-information
Systemd exporter
Exporter for systemd unit metrics
Stars: ✭ 82 (-2.38%)
Mutual labels:  system-information
Seeker
Accurately Locate Smartphones using Social Engineering
Stars: ✭ 2,772 (+3200%)
Mutual labels:  system-information
netbox-agent
Netbox agent to run on your infrastructure's servers
Stars: ✭ 99 (+17.86%)
Mutual labels:  system-information
pendfetch
Double Pendulum visualised with fetching system information in Python.
Stars: ✭ 62 (-26.19%)
Mutual labels:  system-information
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1484.52%)
Mutual labels:  system-information
Winfetch
🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
Stars: ✭ 189 (+125%)
Mutual labels:  system-information
Tmux Mem Cpu Load
CPU, RAM, and load monitor for use with tmux
Stars: ✭ 746 (+788.1%)
Mutual labels:  system-information
Stacer
Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web
Stars: ✭ 7,405 (+8715.48%)
Mutual labels:  system-information
Go Osstat
OS system statistics library for Go
Stars: ✭ 146 (+73.81%)
Mutual labels:  system-information
Otseca
Open source security auditing tool to search and dump system configuration. It allows you to generate reports in HTML or RAW-HTML formats.
Stars: ✭ 416 (+395.24%)
Mutual labels:  system-information
yafetch
Yet another fetch ...
Stars: ✭ 27 (-67.86%)
Mutual labels:  system-information
Systemstat
Rust library for getting system information
Stars: ✭ 301 (+258.33%)
Mutual labels:  system-information
Archey4
💻 Maintained fork of the original Archey Linux system tool
Stars: ✭ 118 (+40.48%)
Mutual labels:  system-information
indicium
Portable, advanced system information utility
Stars: ✭ 46 (-45.24%)
Mutual labels:  system-information
bunnyfetch
🐰 Tiny system info fetch utility.
Stars: ✭ 111 (+32.14%)
Mutual labels:  system-information
Fusioninventory Agent
FusionInventory Agent
Stars: ✭ 177 (+110.71%)
Mutual labels:  system-information

PhpPsInfo - PrestaShop system requirements checker

Screenshot

PhpPsInfo is a PHP script that allows you to test if your current environment fullfills PrestaShop's requirements, and offers suggestions for improvements.

This script allows you to quickly test the environement where you want to install PrestaShop.

The default credentials for displaying the results are:

  • Login: prestashop
  • Password: prestashop

You can set server env vars to override them:

  • PS_INFO_LOGIN
  • PS_INFO_PASSWORD

Tests include the following:

  • PHP & MySQL Version
  • Apache modules
  • PHP Extensions
  • PHP Configuration
  • MySQL Configuration
  • Directories Configuration

Usage

  1. Download the latest release.
  2. Extract the zip file.
  3. Upload the phppsinfo.php file to your server and put it inside your current shop’s directory or the one where you intend to install it.
  4. Open it up on your browser (http://your-domain.com/path-to-your-prestashop/phppsinfo.php).
  5. Type in the login and password if prompted (use prestashop for both).
  6. Enjoy!

License

This tool is released under the MIT License.

Troubleshooting

Working with a CGI environment such as Apache + FPM, you have to add a custom Apache RewriteCond.

RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].