An all-in-one CRM/CMS Web Application, written by Callan P Milne, for PHP 8.3 and above.
- PHP 8.3+
- PostgreSQL 2.6+
Assumes you've already copied the config
file and updated it to point to your Postgres DB.
E.g.
cp ./config.inc.php.new ./config.inc.php
This guide assumes PHP is already installed and the windows PATH environment variable is set correctly for it.
- Open Terminal
- Check PHP version
> php -v
PHP 8.3...
- Navigate to the project's root directory
- Open the
pub
directory
> cd pub
- Start the development server using PHP's Built-in web server
> php -S localhost:8282 lexar-www.php
This guide assumes PHP is already installed and that your PATH environment variable is set correctly for it.
- Open Terminal
- Check PHP version
> php -v
PHP 8.3...
- Navigate to the project's root directory
> cd /path/to/lexar
- Start the development server
> ./bin/www-local.zsh
This guide assumes PHP is already installed and your *nix PATH environment variable is set correctly for it.
- Open Windows PowerShell
- Check PHP version
> php -v
PHP 8.3...
- Navigate to the project's root directory
> cd /path/to/lexar
- Start the development server
> ./bin/www-local
This software is currently provided UNLICENSED.
Please contact me via GitHub or email for a license.