Skip to content

moonshine-software/demo-blog

Repository files navigation

MoonShine Demo Blog project

Installation

Docker

The demo can be run to docker-compose. Use:

make demo-install

And go to http:https://localhost or http:https://localhost/admin

Settings.

Before you run "make demo-install", you can configure the ports and database to work.

In .env.example replace

DOCKER_USER=laravel #OS user
LOCAL_WEB_PORT=80
LOCAL_MYSQL_PORT=3306
LOCAL_REDIS_PORT=6379

The database setup is located in docker/volumes/MySQL/dump Default:

DB_DATABASE=moonshine_blog
DB_USERNAME=moonshine_blog
DB_PASSWORD=12345

Manually

  • Run composer install
  • Add .env and configure
  • php artisan key:generate
  • php artisan storage:link
  • php artisan migrate --seed

Admin
user: [email protected]
pass: moonshine