Make sure you have Python 3 installed on your system.
sudo apt-get install python3
Install git to download the installation files.
sudo apt-get install git
Clone the Baby Buddy repository to your local development environment:
git clone https://github.com/babybuddy/babybuddy.git
The Baby Buddy codebase will be cloned to your local machine in a directory babybuddy
.
Navigate to the babybuddy
directory:
cd babybuddy
Create a virtual environment:
python3 -m venv env
Activate the virtual environment:
source env/bin/activate
Install the required packages:
pip install -r requirements.txt
Create the database:
python manage.py migrate
python manage.py createcachetable
Create a superuser account:
python manage.py createsuperuser
Follow the prompts to create a username, email address, and password for the superuser account.
Start the development server:
python manage.py runserver
Baby Buddy should now be accessible via http://localhost:8000
.
Access the Baby Buddy app:
Open a web browser and navigate to http://localhost:8000/login.
You should see the Baby Buddy login screen. Log in using the superuser credentials created in step 7.
Baby Buddy is now successfully installed on your Linux Mint latest system.
In this tutorial, we have learned how to install Baby Buddy on a Linux Mint latest system. Now you can start using the app and track your baby's growth and development!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!