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

project-alisa/Ouranos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

たぶんこれでいいはず