Manage your clients and leads with an Open Source Gis CRM Software.
These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.
- PHP 8.1 >=
- PostgreSQL (Or MySQL)
- Composer
Assuming you're running Ubuntu, and then install all dependencies from the following list:
sudo apt-get install php8.1 php8.1-pgsql php8.1-mysql php8.1-intl php8.1-json php8.1-mbstring
The following steps are meant to be used on a development server.
- Clone Project
$ git clone https://github.com/jonathanc/opengiscrm-symfony6.git
- Setup vendor libraries
$ composer install
- Run server
$ symfony server:start
- Create Database and Run migrations
$ php bin/console doctrine:database:create
$ php bin/console make:migration
$ php bin/console doctrine:migrations:migrate
- Run fixtures
$ php bin/console doctrine:fixtures:load
_Admin: youremail@yourdomain.com
- Jonathan Castro - Web Developer - jonathancastrodeveloper
- Paypal - Thank you very much for your contribution.