Public website for ITUGnu
- Clone project from git
- Create virtual environment:
virtualenv venv -p python3.6
- Switch to virtual environment:
source venv/bin/activate
- Install requirements:
pip install -r requirements.txt
- Create
local_settings.py
file in the project root directory - Initialize database:
./manage.py migrate
- Run application:
./manage.py runserver
- Ubuntu:
apt install python3.6 python3.6-dev nginx libpq-dev postgresql postgresql-contrib
- Set-up database and create settings file using
cp local_settings.template.py local_settings.py
(hint: use link (ln -s
)) - Install virtualenv:
sudo pip3 install virtualenv
- Create user:
useradd -m itugnu
- Check
etc
folder for deployment files (nginx & supervisor) - Application uses gunicorn and PostgreSQL (psycopg2-binary) database for deployment
- Translations needs to be compiled to use them:
./manage.py compilemessages
Copyright 2018 ITUGnu <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
- Emin Mastizada [email protected] - Code
- Ahmed Ihsan Erdem [email protected] - Code
- Muhammed Ali Yeter [email protected] - Code
- Sercan Sahan [email protected] - Code
- Emek Gozluklu [email protected] - Code
- Jabrail Lezgintsev [email protected] - Russian Translation