Git Product home page Git Product logo

YangSpace v0.3.1

Build Status

Summary

Confluence-like blog.

Visit yangspace.co.kr

This repository is desecrated.
Blog is served with kingsj0405.github.io now.

Main Feature

  • CRUD of Page
  • Page history and revert
  • Page preview when writing
  • Page Tree on Main
  • Login/Logout for administrator

Release

Things to do on release branch

Run for Production

Requirement

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

Step

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

Development

bash scripts/run.sh

I18N

Requirement

I18N requires gettext.

Step

python manage.py makemessages --all -i venv
# translate `.po` files
python manage.py compilemessages --exclude=venv

Static Library

Followings are downloaded in static/lib.

Django Pakcage

yangspace's Projects

yangspace doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.