celec-club / celec-blog

the source code of http://blog.celec.club/
http://blog.celec.club/
Apache License 2.0
2 stars 0 forks source link
blog celec

1.Use docker to install this website :

sudo docker-compose up -d


2.Create database change the database name in .env file.
3.Run laravel migrations.
4.Visit localhost:7000