Confluence-like blog.
Visit yangspace.co.kr
This repository is desecrated.
Blog is served with kingsj0405.github.io now.
Deploy requires following:
Backup data if you have.
# this file should moved to data/dump.json
docker exec -t $WEB_CONTAINER python manage.py dump > dump_`date +%d-%m-%Y"_"%H_%M_%S`.json
git clone https://github.com/kingsj0405/YangSpace
cd YangSpace
cp YangSpace/settings/secret.py.template YangSpace/settings/secret.py
# fill variables on 'secret.py'
docker-compose up --build
# Create super user if you need
docker exec -t $WEB_CONTAINER python manage.py createsuperuser
bash scripts/run.sh
I18N requires gettext.
python manage.py makemessages --all -i venv
# translate `.po` files
python manage.py compilemessages --exclude=venv
Followings are downloaded in static/lib
.