Skip to content

mePrazen/Tasbir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

****** If you are using windows, please use this command to disable LF to CRLF ******* git config --global core.autocrlf false

Please note this down for initial startup:

For initial startup docker-compose up --init

docker-compose up

Use these commands

docker compose exec --user root system /bin/bash

CREATE USER 'username'@'%' IDENTIFIED WITH mysql_native_password BY 'password'; ALTER USER 'username'@'%' IDENTIFIED WITH mysql_native_password BY 'password'; GRANT ALL PRIVILEGES ON . TO 'manoj'@'%' WITH GRANT OPTION; grant all permissions

To run in image by command: docker compose exec --user root system /bin/sh composer install

docker compose exec system /bin/sh

So

About

Repository for tasbir (Backend Code).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages