
This is a CMS powered by nuxt.js.
Here is the demo --> blog.brl0.top
Please make sure that the latest docker is installed in your machine.
The default port is 80
,you can change it in docker-compose.yml
.
git clone https://github.com/LingBrian/LingBlog.git
cd LingBlog
docker compose up # -d
If you want to run the dev envriontment , please chage the .env
file to connect to your database.The url format is in here
.The default database is Postgrsql
.
yarn # npm install --isntall the rquired packages
yarn dev #npm run dev --run in localhost
yarn up #npm run up --docker push up
yarn down # npm run down --clear the docker container