From 071903a45b9a42c0742b483078245affa1ce1e29 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Aug 2020 20:07:24 +0430 Subject: [PATCH] Some Modifications on read me file --- readme.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 840c26c..0622773 100644 --- a/readme.md +++ b/readme.md @@ -9,13 +9,13 @@ readme file 1. install node.js LTS (last version) -## Steps: +## How to start: 1. login to git.willaspace.com 1. clone willa into your root folder - 1. create new folder ```/modules in``` root project folder + 1. create new folder ```/modules``` in root project folder 1. clone core, common, ... in this folder with `wm-` prefix - 1. run ```composer i``` + 1. run ```composer i``` if error is ```'compsoer' is not recognized as ``` Goto Composer Section in this document 1. run ```npm i``` 1. restore database with your new .env file. **if had error refer to MySql Section** 1. run: ```npm run dev``` @@ -25,19 +25,19 @@ readme file -## MySql Section +## MySql Section: 1. make sure install Navicat 1. open and connect to mysql - 1. open xampp then in mysql admin configuration open mu.ini + 1. open xampp then in mysql admin configuration open ```my.ini``` 1. change max_allowed_packet into 16M ``` - [mysqld] - max_allowed_packet=16M + [mysqldump] + max_allowed_packet=-1 ``` - ## Host Meshkee.local Section + ## Host Meshkee.local Section: 1. create new virtual host 1. create new host in etc driver folder as local name service @@ -45,4 +45,10 @@ readme file ```127.0.0.1 meshkee.local``` into C:\Windows\System32\drivers\etc\hosts + ### if it didnt let you to replace host file copy it in desktop, edit it, copy and replace it on host file by copy paste. + + ## Composer Section: + 1. please install and restart vscode + 1. add to environment in path in windows + good luck \ No newline at end of file