GithubHelp home page GithubHelp logo

shaolonghu / lbforum-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vicalloy/lbforum-site

0.0 2.0 0.0 253 KB

LBForum's Demo Site

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.94% Python 39.14% HTML 59.92%

lbforum-site's Introduction

What is LBForum Site

Demo Project for LBForum. https://github.com/vicalloy/LBForum

LBForum is a quick and simple forum which uses the Django Framework (written in Python language). LBForum is distributed under the BSD license.

http://vik.haoluobo.com/lbforum/ (skin FluxBB) http://vik.haoluobo.com/lbforum2/ (skin V2EX)

How to install LBForum Site

run on django dev server

  • Clone LBForum repository from git://github.com/vicalloy/lbforum-site.git
  • use scriptscreate_env.py to create lbforum environment(create python virtualenv, install/unzip requirements libs)
  • use scriptsenv.bat(source env.rc) to start lbforum environment.
  • %mg%($mg in linux) is a shortcut for "python manage.py "
  • %mg% syncdb --noinput --migrate
  • %mg% createsuperuser
  • %mg% runserver
  • LBForum Admin http://127.0.0.1:8000/admin/
  • LBForum http://127.0.0.1:8000/
  • the default skin is FluxBB(http://fluxbb.org/forums/), if you want to use skin v2ex(http://www.v2ex.com/) you should create local_settings.py and add config "SETTINGS = 'v2ex_settings'".

lbforum-site's People

Watchers

 avatar  avatar

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.