mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
6 lines
No EOL
152 B
Bash
6 lines
No EOL
152 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo chown -R ubuntu:ubuntu /home/ubuntu/song-recognition
|
|
|
|
sudo systemctl start mongod.service
|
|
sudo systemctl enable mongod.service |