git clone [email protected]:tbson/base-go.git
cd base-go
cp docker/.env.example docker/.env # then update the content
cp docker/volumes/nginx/conf.d/default.conf.example docker/volumes/nginx/conf.d/default.conf # then update the content
Install docker/volumes/nginx/ssl/localca.pem
cd docker
./exec build
./exec restart
./exec migrate
./exec command initdata
./exec command syncrolespems
Add this line to hosts file
127.0.0.1 basecode.test
./exec bserver
./exec fserver
./exec bbuild
./exec yarn build
./exec makemigrations