Browse Source

Add server requirements on README

Closes #24
pull/30/head
Nafies Luthfi 7 years ago
parent
commit
4166da8826
  1. 11
      readme.id.md
  2. 11
      readme.md

11
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`

11
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`

Loading…
Cancel
Save