-
Notifications
You must be signed in to change notification settings - Fork 2
2. Getting started
PHP version 7.3 or newer is required, with the intl extension and mbstring extension installed. The following PHP extensions should be enabled on your server: php-json, php-mysqlnd, php-xml
( this project under development )
The installation need composer installed. You can read the composer documentation for install it.
-- Download the reikoframework from repository
$ composer create-project justalinko/reikoframework:dev-master
$ cd reikoframework
$ composer install
-- Configure the .env files.
You can setting base-url and databases by Reiko CLI Tools
$ php reiko app:init --base-url=http://localhost:8888 --database=localhost,root,password,dbname
-- Run the reikoframework first page
$ php reiko app:run
The default reiko running in http://localhost:8888
but you can setting it via Reiko CLI Tools :
$ php reiko app:run --at=http://localhost:12345