All Projects → icyleaf → Alpaca

icyleaf / Alpaca

Licence: other
A swift, lightweight forum system

Labels

Projects that are alternatives of or similar to Alpaca

Yafnet
🌐 YAF.NET - C# ASP.NET Forum
Stars: ✭ 364 (+1356%)
Mutual labels:  forum
Bebop
Bebop is a simple discussion board / forum web application
Stars: ✭ 513 (+1952%)
Mutual labels:  forum
Bbs
巡云轻论坛系统包含论坛、问答模块。系统采用JAVA+MYSQL架构,自适应手机端和电脑端,界面简洁,性能高效。数据库表结构设计使用分表方案,提高系统的负载能力。后台数据库备份/还原、全站指定目录打包、一键自动升级等功能使维护简单方便。系统拥有强大的模板管理功能,布局版块支持设置输出条件,让前端页面展示方便快捷。
Stars: ✭ 712 (+2748%)
Mutual labels:  forum
Forum Java
一款用 Java(spring boot) 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java(spring boot).
Stars: ✭ 380 (+1420%)
Mutual labels:  forum
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (+1752%)
Mutual labels:  forum
Lbforum
LBForum is a forum engine written in Python using Django
Stars: ✭ 594 (+2276%)
Mutual labels:  forum
Casbin Forum
Next-generation forum software based on React + Golang, QQ group: 555019739
Stars: ✭ 348 (+1292%)
Mutual labels:  forum
Laraforum
[Spring + JPA ] [ React + Typescript + Redux + Hooks ] [ Docker ] based blog
Stars: ✭ 16 (-36%)
Mutual labels:  forum
Netcorebbs
ASP.NET Core Light forum NETCoreBBS
Stars: ✭ 483 (+1832%)
Mutual labels:  forum
Hifone
A free, open-source, self-hosted forum software based on the Laravel PHP Framework. QQ群:656868
Stars: ✭ 673 (+2592%)
Mutual labels:  forum
Forum
一个简单的论坛项目,开发IDE为IntelliJ IDEA,通过Maven构建,后台采用Spring、SpringMVC、MyBatis,数据库采用MySQL、Redis,前台用到jQuery,图片被上传到七牛云。
Stars: ✭ 407 (+1528%)
Mutual labels:  forum
Satellity
Yet another open source forum written in Golang, React and PostgreSQL.
Stars: ✭ 455 (+1720%)
Mutual labels:  forum
Core
Simple forum software for building great communities.
Stars: ✭ 5,372 (+21388%)
Mutual labels:  forum
Forum
🍺 Portando discussões feitas em grupos (Facebook, Google Groups, Slack, Disqus) para o GitHub Discussions
Stars: ✭ 3,868 (+15372%)
Mutual labels:  forum
Mybb
MyBB is a free and open source forum software.
Stars: ✭ 750 (+2900%)
Mutual labels:  forum
Forum
Phalcon official Forum
Stars: ✭ 358 (+1332%)
Mutual labels:  forum
Nimforum
Lightweight alternative to Discourse written in Nim
Stars: ✭ 523 (+1992%)
Mutual labels:  forum
Goforum
Let's go a forum
Stars: ✭ 23 (-8%)
Mutual labels:  forum
Young
A full-featured forum software built on Tornado and MongoDB.
Stars: ✭ 764 (+2956%)
Mutual labels:  forum
Icarus
🕊️ An opensource community/forum project write with python3 aiohttp and vue.js. 一个开源的社区程序,临时测试站:https://t.myrpg.cn
Stars: ✭ 644 (+2476%)
Mutual labels:  forum

alpaca (ONLY for Kohana v3.0.x)

Project is NOT maintain, Thanks for support!

A swift, lightweight forum system (development)

It is unstable and still developing, so we are not recommend to deploy it in your project.

Requirements

Installation

App Intaller (Recommend)

curl -s https://gist.github.com/raw/771385/download_alpaca.sh | sh

This script just helps you to download and initial structure, you also following steps beginning Setup 2 below.

Manual Setup

Step 1: Download Alpaca!

Using your console, to get it from git execute the following command in the root of your development environment:

  • Using Git 1.6.5 or newer version:

    $ git clone --recursive git://github.com/icyleaf/alpaca.git

  • Using older git verions:

    $ git clone git://github.com/icyleaf/alpaca.git

Next, add whatever submodules alpaca need, they must be initialized and update (go to alpaca path):

$ cd alpaca
$ git submodule update --init

One more thing, alpaca require twig-php template engine. Then, go to path core/modules/twig, it also must be initialized and update:

$ cd core/modules/twig
$ git submodule update --init

That's all there is to it.

Step 2: Cownfiguration of Database

Edit application/config/database.php with the correct information.

$development variable is development environment in local.

$production variable is production environment online.

Step 3: Import SQL

Run the SQL found in dump/install.sql.

Step 4: Configuration of Alpaca

Open core/bootstrap.php and make the following changes:

  • Set the default timezone for your application

Make sure the cache and logs directories are world writable with chmod {cache,logs} 0777

Depending on your platform, the installation's subdirs may have lost their permissions thanks to zip extraction. Chmod them all to 755 by running find . -type d -exec chmod 0755 {} \; from the root of your Alpaca installation.

Never need to set base_url, it could be detected from your browser.

Step 5: Configuration of Forum

Open core/application/config/alpaca.php and make whatever your need to change, but ONLY make the project property to renain for upgrade.

Start your journey!

Now Browse to yourdomain.com and you should see the Home Page.

By default, the first registered user has Administrator privilege.

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].