From 4166da882685874b4a9396f21858dbf0bf81154d Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sat, 23 Mar 2019 20:55:21 +0800 Subject: [PATCH] Add server requirements on README Closes #24 --- readme.id.md | 11 +++++++++++ readme.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/readme.id.md b/readme.id.md index ee3b50a..caff162 100644 --- a/readme.id.md +++ b/readme.id.md @@ -53,6 +53,17 @@ Aplikasi ini menggunakan Bahasa Indonesia dan Bahasa Inggris, diatur pada `confi 5. Alamat ## Cara Install + +### Kebutuhan Server + +Aplikasi ini dapat dipasang pada server lokal dan onlne dengan spesifikasi berikut: + +1. PHP 7.1.3 (dan mengikuti [server requirements Laravel 5.8](https://laravel.com/docs/5.8#server-requirements)), +2. Database MySQL atau MariaDB, +3. SQlite (untuk automated testing). + +### Langka Instalasi + 1. Clone Repo, pada terminal : `git clone https://github.com/nafiesl/silsilah.git` 2. `cd silsilah` 3. `composer install` diff --git a/readme.md b/readme.md index d70dcaa..2550f49 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,17 @@ This application uses Bahasa Indonesia and English based on `config.locale`. 5. Address ## How to Install + +### Server Requirements + +This application can be installed on local server and online server with these specifications : + +1. PHP 7.1.3 (and meet [Laravel 5.8 server requirements](https://laravel.com/docs/5.8#server-requirements)), +2. MySQL or MariaDB database, +3. SQlite (for automated testing). + +### Installation Steps + 1. Clone the repo : `git clone https://github.com/nafiesl/silsilah.git` 2. `cd silsilah` 3. `composer install`