Kaynağa Gözat

README

develop
Robin Thoni 8 yıl önce
ebeveyn
işleme
f54de63fa7
3 değiştirilmiş dosya ile 20 ekleme ve 19 silme
  1. 0
    7
      README
  2. 20
    0
      README.md
  3. 0
    12
      public/README.md

+ 0
- 7
README Dosyayı Görüntüle

@@ -1,7 +0,0 @@
1
-Install
2
-=======
3
-
4
-Install composer packages
5
-Make storage writable
6
-Write .env
7
-Setup database

+ 20
- 0
README.md Dosyayı Görüntüle

@@ -0,0 +1,20 @@
1
+# Starter kit for Angular Material
2
+
3
+Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
4
+
5
+## Install front
6
+```shell
7
+# git clone https://git.rthoni.com/robin.thoni/starter-angular-material
8
+cd public
9
+bower install
10
+```
11
+
12
+
13
+## Install php
14
+
15
+```shell
16
+composer install
17
+chmod -R 777 storage
18
+cp example.env .env # Then edit it
19
+# exec sql/struct_init.sql and sql/data_init.sql on database
20
+```

+ 0
- 12
public/README.md Dosyayı Görüntüle

@@ -1,12 +0,0 @@
1
-# Starter kit for Angular Material
2
-
3
-Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
4
-
5
-## Usage
6
-```shell
7
-git clone https://git.rthoni.com/robin.thoni/starter-angular-material
8
-cd starter-angular-material
9
-git submodule init
10
-git submodule update
11
-bower install
12
-```

Loading…
İptal
Kaydet