All Projects → yetone → Collipa

yetone / Collipa

The source code of Collipa

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Collipa

Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+5927.65%)
Mutual labels:  forum, sns
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java. https://ld246.com
Stars: ✭ 883 (+306.91%)
Mutual labels:  forum, sns
Forum Java
一款用 Java(spring boot) 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java(spring boot).
Stars: ✭ 380 (+75.12%)
Mutual labels:  forum, sns
Helpy
Helpy is a modern, open source helpdesk customer support application. Features include knowledgebase, community discussions and support tickets integrated with email.
Stars: ✭ 2,114 (+874.19%)
Mutual labels:  forum
Rust lang cn
China Community for Rust lang
Stars: ✭ 176 (-18.89%)
Mutual labels:  forum
Seamly2d
Open source patternmaking software.
Stars: ✭ 197 (-9.22%)
Mutual labels:  forum
Docker Flarum
💬 🐳 Docker image of Flarum
Stars: ✭ 216 (-0.46%)
Mutual labels:  forum
Niji
A pluggable Django forum APP
Stars: ✭ 173 (-20.28%)
Mutual labels:  forum
Refire Forum
Serverless discussion forum built with React, Redux and Firebase
Stars: ✭ 206 (-5.07%)
Mutual labels:  forum
Rengorum
🚀 Forum app built in React, Redux & Django
Stars: ✭ 194 (-10.6%)
Mutual labels:  forum
Forum
Forum software created using Express, Vue, and Sequelize
Stars: ✭ 192 (-11.52%)
Mutual labels:  forum
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (-11.06%)
Mutual labels:  tornado
Webhookit
Simple git webhook cli tool for automation tasks, bind git webhook to action.
Stars: ✭ 177 (-18.43%)
Mutual labels:  tornado
Torcms
Flexible, extensible web CMS framework built on Tornado.
Stars: ✭ 197 (-9.22%)
Mutual labels:  tornado
Yii2 Podium
Yii 2 forum module project
Stars: ✭ 172 (-20.74%)
Mutual labels:  forum
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (-3.69%)
Mutual labels:  forum
Flaskbb
A classic Forum Software in Python using Flask.
Stars: ✭ 2,117 (+875.58%)
Mutual labels:  forum
Plus
💝The Plus (ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.
Stars: ✭ 2,148 (+889.86%)
Mutual labels:  sns
Elasticsearch Test Data
Generate and upload test data to Elasticsearch for performance and load testing
Stars: ✭ 194 (-10.6%)
Mutual labels:  tornado
Iisns
sns 开放社区
Stars: ✭ 217 (+0%)
Mutual labels:  forum

collipa

简介

The source of http://collipa.com

配置

mv config.back.py config.py

修改 collipa/config.py 文件:

数据库

  • _DBUSER = "username" # 数据库用户名
  • _DBPASS = "password" # 数据库密码
  • _DBHOST = "localhost" # 数据库地址
  • _DBNAME = "collipa" # 数据库名称

邮箱

  • _SMTPUSER = '[email protected]' # 邮箱用户名
  • _SMTPPASS = 'password' # 邮箱密码
  • _SMTPHOST = 'smtp.gmail.com' # 邮箱地址
  • _SMTPPORT = '587' # 邮箱端口

secret

  • cookie_secret = 'cookiesecret' # cookie secret 随机字符
  • password_secret = 'passwordsecret' # password secret 随机字符

安装必要扩展包

安装 MySQL

sudo apt-get install mysql-server

安装 memcached

sudo apt-get install memcached

安装 redis

sudo apt-get install redis-server

安装其他

sudo pip install -r requirements.txt

初始化数据库

python setup.py --init

运行

python app.py

License

Released under the WTFPL license:

http://www.wtfpl.net

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].