install and set up mariadb django
:~$ sudo apt-get install mariadb-server default-libmysqlclient-dev python3-dev
:~$ sudo mysql_secure_installation
:~$ sudo mysql -p
// in the mariadb shell
> CREATE USER "user"@"localhost" IDENTIFIED BY "password";
> CREATE DATABASE databaseName;
> GRANT ALL PRIVILEGES ON databaseName.* TO "user"@"localhost";
> FLUSH PRIVILEGES;
// create python virtual env in project dir and activate it
:~$ python3 -m venv venv
:~$ source venv/bin/activate
// install project dependecies
:~$ pip install wheel
:~$ pip install -r requirements.txt
Also in C++:
- allintext:ubuntu services status
- linux tmux stop
- definition varibale in bash
- how to create a github repo on linux command line
- see changes git command line
- ubuntu bluetooth not working
- jq yq for html
- powershell delete folder
- pip install git branch
- bash while done
- git prune
- git abort changes
- how to find and replace a string in a file using shell script
- pyqt install
- vmware unable edit
- composer 2 install in windows 10
- install toastr in angular
- windows give an ip address a name
- choco upgrade all
- change the permissions of a folder in linux
- rename a running docker container
- vscode save git credentials
- ubuntu software not showing apps 20.04
- change password linux