Organize your own lyrics, chords, small recordings and share them with your musical partners.
- In the local code
lib/url.dart
changebaseUrl
for requests fromhttp://10.0.2.2:5001
tohttps://nikolaospapa3.pythonanywhere.com
and git add, commit, push - In pythonanywhere, Open a console and remove
Music-Teams
- git clone the repo
- Remove useless folders/files
- Change
backend/__init__.py
in order to connect to the host Database - Ensure that in WSGI file
project_home
is set to the right path, as well asSource Code
. - Reload website
rm -r /home/nikolaospapa3/Music-Teams
cd /home/nikolaospapa3/
git clone https://github.com/ntua-el20069/Music-Teams.git
cd Music-Teams
rm -r music_teams_src
vim backend/__init__.py
source ~/Music-Teams/backup_db_instance/musicteams-backup-2-11-2023.sql;
Don't forget to remove some song demands
and recordings
.
sudo kill $(sudo lsof -t -i :3306) 2>/dev/null || echo "No process found on port 3306"