Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 1.78 KB

README.md

File metadata and controls

83 lines (64 loc) · 1.78 KB

Lexar

An all-in-one CRM/CMS Web Application, written by Callan P Milne, for PHP 8.3 and above.

Requirements

  • PHP 8.3+
  • PostgreSQL 2.6+

Start the application (local)

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

Windows

This guide assumes PHP is already installed and the windows PATH environment variable is set correctly for it.

  1. Open Terminal
  2. Check PHP version
> php -v
PHP 8.3...
  1. Navigate to the project's root directory
  2. Open the pub directory
> cd pub
  1. Start the development server using PHP's Built-in web server
> php -S localhost:8282 lexar-www.php

OSX

This guide assumes PHP is already installed and that your PATH environment variable is set correctly for it.

  1. Open Terminal
  2. Check PHP version
> php -v
PHP 8.3...
  1. Navigate to the project's root directory
> cd /path/to/lexar
  1. Start the development server
> ./bin/www-local.zsh

*nix

This guide assumes PHP is already installed and your *nix PATH environment variable is set correctly for it.

  1. Open Windows PowerShell
  2. Check PHP version
> php -v
PHP 8.3...
  1. Navigate to the project's root directory
> cd /path/to/lexar
  1. Start the development server
> ./bin/www-local

License

UNLICENSED

This software is currently provided UNLICENSED.

Please contact me via GitHub or email for a license.