Quick Start

Last updated: Aug 16th, 2020

Introduction

DO systemes is a customized framework designed on opensource technologies such as Laravel, a PHP framework and Vue.js, a progressive Javascript framework.

DO systemes is a viable option to reduce your time, cost and workforce for building modular systemes from a small blog to an online platform. It can be suitable for all small or large business demands

Requirments:

  • OS:
    1. Windows 7 or above with WAMP/XAMPP environment
    2. Compatible with macOS
    3. Ubuntu 16.04 LTS or higher
  • SERVER: Apache 2 or NGINX
  • RAM: 3 GB or higher
  • PHP: 7.2.5 or higher
  • Processor: Clock Cycle 1 Ghz or higher
  • For MySQL users: 5.7.23 or higher
  • For MariaDB users: 10.2.7 or higher
  • Node: 8.11.3 LTS or higher
  • Composer: 1.6.5 or higher
  • php7.1-intl extension
  • php7.1-gd extension

Installation

Step One

Clone DO Systems Project into your local machine or your server

Step Two

Inside the directory of the project run the following commands

Composser install

php artisan digitalorder:install

follow the command line instuction and enter the database name and password

Step Three

For Development server:

php artisan serve

For production server:

Set apache or Nginx configration to serve public folder for more details check this tutorial