2017 © Pedro Peláez
 

project lisem-project

LISem is an ERP specialized for seeds producers and craftsmen.

image

libre-informatique/lisem-project

LISem is an ERP specialized for seeds producers and craftsmen.

  • Thursday, February 1, 2018
  • by BlastCI
  • Repository
  • 6 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

LISem

LISem is an ERP specialized for seeds producers and craftsmen. It uses many libraries from :, (*1)

THIS PROJECT IS STILL UNUSABLE, IT'S A WORK IN PROGRESS, (*2)

Installation

Download project

With SSH (if you have a GitHub account) :, (*3)

$ git clone git@github.com:libre-informatique/LISemSymfonyProject.git

... or with HTTPS:, (*4)

$ git clone https://github.com/libre-informatique/LISemSymfonyProject

Create and configure the database

Create a database. For example, if you are using PostgreSQL :, (*5)

CREATE USER lisem_user WITH PASSWORD 'this-is-my-lisem-password';
CREATE DATABASE lisem;
GRANT ALL PRIVILEGES ON DATABASE lisem TO lisem_user;
\connect lisem;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

Configure the LiSem application according to your database settings:, (*6)

# app/config/parameters.yml
parameters:
    database_host: 127.0.0.1
    database_port: 5432
    database_name: lisem
    database_user: lisem_user
    database_password: this-is-my-lisem-password

Create tables:, (*7)

$ bin/console doctrine:schema:create

Install dependencies (vendors)

Make sure you have the latest version of composer installed, then :, (*8)

$ cd LISemSymfonyProject
$ composer install

It will install part of the assets. See below to see how to install the remaining assets (Sylius assets), (*9)

Setup application

$ bin/console lisem:install:setup --with-samples

Deploy Sylius assets

You need node.js installed for this section., (*10)

$ bin/console sylius:theme:assets:install
$ npm install
$ npm run gulp

Tadaaa !

Launch your PHP server :, (*11)

$ bin/console server:start

In your browser you should now be able to check these pages : * Shop homepage: http://127.0.0.1:8000 * LISem administration: http://127.0.0.1:8000/admin * Sylius administration: http://127.0.0.1:8000/sylius-admin, (*12)

For the admin pages, the login / password is : lisem@lisem.eu / lisem, (*13)

If you encounter cache and/or log directory problems

Add cache_dir and logs_dir parameters to your parameter.yml with the absolute path to the cache and log directories. For example :, (*14)

# app/config/parameters.yml
parameters:
    cache_dir: /tmp
    logs_dir: /tmp

The Versions

10/11 2017

dev-master

9999999-dev

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

03/11 2017

0.6.4

0.6.4.0

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

23/10 2017

0.5.2

0.5.2.0

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

23/10 2017

dev-wip-lisem

dev-wip-lisem

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

15/09 2017

0.5.1

0.5.1.0

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

15/09 2017

dev-wip-test

dev-wip-test

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

28/07 2017

0.4.5

0.4.5.0

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

03/07 2017

0.4.4

0.4.4.0

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

19/06 2017

0.4.3

0.4.3.0

LISem is an ERP specialized for seeds producers and craftsmen.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires