Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 360 Bytes

Ouranos

The next generation websystem for Million Live Portal

Setup

composer install

# Generate APP_KEY
php artisan key:generate

# Fill .env
cp .env.example .env && nano .env

# Laravel-admin install
php artisan admin:install

# Deploy background,tachie and icon image files
cp -r /path/to/images ./public/image

たぶんこれでいいはず