Bläddra i källkod

README.md

develop
Robin Thoni 8 år sedan
förälder
incheckning
c3867365a9
1 ändrade filer med 7 tillägg och 1 borttagningar
  1. 7
    1
      README.md

+ 7
- 1
README.md Visa fil

3
 Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
3
 Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
4
 
4
 
5
 ## Install front
5
 ## Install front
6
+
6
 ```shell
7
 ```shell
7
 # git clone https://git.rthoni.com/robin.thoni/starter-angular-material
8
 # git clone https://git.rthoni.com/robin.thoni/starter-angular-material
8
 cd public
9
 cd public
10
 ```
11
 ```
11
 
12
 
12
 
13
 
13
-## Install php
14
+## Install back
14
 
15
 
15
 ```shell
16
 ```shell
16
 composer install
17
 composer install
18
 cp example.env .env # Then edit it
19
 cp example.env .env # Then edit it
19
 # exec sql/struct_init.sql and sql/data_init.sql on database
20
 # exec sql/struct_init.sql and sql/data_init.sql on database
20
 ```
21
 ```
22
+
23
+
24
+## Install site
25
+
26
+Add a host to your apache conf pointing to public folder

Laddar…
Avbryt
Spara