Some Modifications on read me file

pull/2/head
unknown 4 years ago
parent 61bdcb3b96
commit 071903a45b

@ -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
Loading…
Cancel
Save