Skip to content

giongto35/ConfessionFilter

Repository files navigation

Confession Manager Website

Installation

Django + Python requirements installation

Quick installation

# Install Python (Ubuntu)
sudo apt-get install python

# Install Python dependency
sudo pip install -r requirements.txt

# Initialize database
# First of all, we have to install mysql
sudo apt-get update
sudo apt-get install mysql-server
# (in this step, we have to choose the password for root)
sudo apt-get install python-mysqldb
#Then go to Confession/settings_local.py, edit 'DATABASE_PASSWORD' in DATABASES to password of root
./init_database.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published