|
@@ -3,6 +3,7 @@
|
3
|
3
|
Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
|
4
|
4
|
|
5
|
5
|
## Install front
|
|
6
|
+
|
6
|
7
|
```shell
|
7
|
8
|
# git clone https://git.rthoni.com/robin.thoni/starter-angular-material
|
8
|
9
|
cd public
|
|
@@ -10,7 +11,7 @@ bower install
|
10
|
11
|
```
|
11
|
12
|
|
12
|
13
|
|
13
|
|
-## Install php
|
|
14
|
+## Install back
|
14
|
15
|
|
15
|
16
|
```shell
|
16
|
17
|
composer install
|
|
@@ -18,3 +19,8 @@ chmod -R 777 storage
|
18
|
19
|
cp example.env .env # Then edit it
|
19
|
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
|