File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1- # BeritaCoding v0 .0.1
1+ # BeritaCoding v1 .0.0
22
3- Repository ini merupakan source code untuk tutorial Codeigniter di Petani Kode.
43Aplikasi 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.
1818Tutorial 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+ ```
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments