Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

coogger/coogger

Repository files navigation

COOGGER PROJECT

Coogger is a platform for developers to publish technical documents in the best way.

MIT License releases last-commit style style style


Please insert this badge into readme.md of your repo which uses this project.

[![docs coogger](https://img.shields.io/badge/docs-coogger-1c472b)](https://github.com/coogger/coogger)

docs coogger


🚀 Installation 🚀

Before

git clone https://github.com/coogger/coogger.git

Create .env file like below /coogger/coogger/.env

DEBUG=on
SECRET_KEY=your_django_app_secret_key

DEFAULT_DB_NAME=default_db_name_or_path

GITHUB_CLIENT_ID=your_github_client_id
GITHUB_CLIENT_SECRET=your_github_client_secret

EMAIL_PASSWORD=******
After
$ pip3.8 install virtualenv
$ python3.8 -m venv env
$ source env/bin/activate
$ pip3.8 install -r requirements.txt
$ python manage.py migrate
$ python manage.py create_ghost_user
$ python manage.py runserver

Multiple languages

python manage.py makemessages -l tr
python manage.py compilemessages
Docker
$ docker-compose up --env-file coogger/.env

🤝 Contributing 🤝

CONTRIBUTING.md

Author / Social

👤 Hakan Çelik 👤

About

Coogger is a platform for developers to publish technical documents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published