Skip to content

Commit 03f4f68

Browse files
committed
update readme
1 parent 3dbb082 commit 03f4f68

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# BeritaCoding v0.0.1
1+
# BeritaCoding v1.0.0
22

3-
Repository ini merupakan source code untuk tutorial Codeigniter di Petani Kode.
43
Aplikasi BeritaCoding adalah sebauh aplikasi portal berita sederhana untuk
5-
memahami dasar Codeigniter 3.
4+
memahami dasar Codeigniter 3. Repository ini merupakan source code untuk
5+
tutorial Codeigniter di Petani Kode.
66

77
# List Tutorial
88

@@ -18,3 +18,18 @@ memahami dasar Codeigniter 3.
1818
Tutorial lengkapnya dapat dibaca di:
1919

2020
- [:book: List Tutorial Codeigniter 3 untuk Pemula](https://www.petanikode.com/tutorial/codeigniter/)
21+
22+
# Menjalankan Proyek
23+
24+
Lakukan instalasi semua depedencies yang dibutuhkan dengan composer. Ketik
25+
perintah berikut pada root direktori project.
26+
27+
```bash
28+
composer install
29+
```
30+
31+
Kemudian lakukan migrasi database dengan perintah:
32+
33+
```bash
34+
composer migrate
35+
```

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"source": "https://github.com/bcit-ci/CodeIgniter"
1212
},
1313
"scripts": {
14+
"serve": "php -S localhost:8080 -t public",
1415
"test": "phpunit -c application/tests/",
1516
"migrate": "php public/index.php migrate",
1617
"rollback": "php public/index.php migrate rollback"

0 commit comments

Comments
 (0)