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

Commit

Permalink
Add Setup section (README.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyacorata committed Jun 10, 2020
1 parent fa991f2 commit f748898
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# Ouranos
The next generation websystem for Million Live Portal
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
```

たぶんこれでいいはず

0 comments on commit f748898

Please # to comment.