sudo apt install -y curl git python-dev redis-server python3-pip mariadb-server-10.3 nvim xvfb libfontconfig wkhtmltopdf mariadb-client-10.5 libmysqlclient-dev cron
curl -o-
https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
(re-login)
nvm install 14
npm install -g yarn
[/etc/mysql/mariadb.conf.d/50-server.conf]
collation-server = utf8mb4_
unicode_ci
bind-address = 0.0.0.0
sudo mysql
grant all privileges on *.* to frappe@'%' identified by 'frappepassword' with grant option;
grant all privileges on *.* to root@localhost identified by 'frappepassword' with grant option;
flush privileges;
exit
sudo /etc/init.d/mysql restart
pip3 install frappe-bench bpytop
bench init frappe-bench
cd frappe-bench
bench new-app hicare
## bench new-site hi.care // bench new-site default.site --db-host 127.0.0.1 --db-root-password frappepassword
bench use hi.care
bench start