All Projects → hellokaton → geekbb

hellokaton / geekbb

Licence: MIT license
😎 Geek dev club.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to geekbb

Blade Extensions
Laravel Blade Extension Classes for Laravel 5
Stars: ✭ 136 (+423.08%)
Mutual labels:  blade
Laravel Markdown
A small, lightweight and easy-to-use Laravel package for handling markdown.
Stars: ✭ 185 (+611.54%)
Mutual labels:  blade
Dashboard
🛩 🧶 Dashboard template built with tailwindcss.
Stars: ✭ 202 (+676.92%)
Mutual labels:  blade
Laravel Sent Emails
Store outgoing emails in Laravel
Stars: ✭ 142 (+446.15%)
Mutual labels:  blade
Sage Directives
A set of Blade directives for use with Roots Sage.
Stars: ✭ 175 (+573.08%)
Mutual labels:  blade
Adminlte Templates
AdminLTE V3 templates for InfyOm Laravel Generator
Stars: ✭ 189 (+626.92%)
Mutual labels:  blade
Laravel Ui Adminlte
Laravel UI Frontend Preset for AdminLTE with Laravel Fortify support.
Stars: ✭ 98 (+276.92%)
Mutual labels:  blade
Roo
😋 美观大气的论坛社区
Stars: ✭ 238 (+815.38%)
Mutual labels:  blade
Blade Heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
Stars: ✭ 173 (+565.38%)
Mutual labels:  blade
Shopper
An eCommerce administration built with Laravel 5 for create online shop.
Stars: ✭ 205 (+688.46%)
Mutual labels:  blade
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+44250%)
Mutual labels:  blade
Docs
Livewire documentation
Stars: ✭ 170 (+553.85%)
Mutual labels:  blade
Fortify Ui
Laravel Fortify driven replacement to the Laravel UI package
Stars: ✭ 192 (+638.46%)
Mutual labels:  blade
Jigsaw
Simple static sites with Laravel’s Blade.
Stars: ✭ 1,823 (+6911.54%)
Mutual labels:  blade
Blade Icons
A package to easily make use of SVG icons in your Laravel Blade views.
Stars: ✭ 215 (+726.92%)
Mutual labels:  blade
Use The Keyboard
A collection of keyboard shortcuts for Mac apps, Windows programs, and websites.
Stars: ✭ 109 (+319.23%)
Mutual labels:  blade
Laravel Bootstrap Components
Bootstrap components as Laravel components
Stars: ✭ 190 (+630.77%)
Mutual labels:  blade
Wpemerge Theme
An organized, ES6 and SASS powered theme taking advantage of the WP Emerge framework. 🚀
Stars: ✭ 249 (+857.69%)
Mutual labels:  blade
Java China
🍡 此项目已废弃,请移步至 https://github.com/junicorn/roo
Stars: ✭ 232 (+792.31%)
Mutual labels:  blade
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+661.54%)
Mutual labels:  blade

geekbb

该仓库是 geek-dev.club 的源码,仅供学习参考。

使用

1. 开发环境
  • JDK8
  • MySQL
  • Maven
  • Lombok
2. 创建数据库

创建名为 geekbb 的数据库,导入 sql 目录下的数据库文件。

3. 修改配置文件

关注 resources/application.properties 文件。 修改你的数据库连接和 Github 认证授权信息,申请 Github APP

运行

DEBUG 模式下运行 Application 的主函数即可。

打包

执行 mvn clean package -Dmaven.skip.test=true -Pprod 即可打包。

打包后会生成在 target/dist/geekbb 目录下,上传到服务器解压即可。

  1. 服务器需要手动创建一个名为 db 的目录,和 geekbb-latest.jar 同级
  2. 注意修改服务器 resources/application-prod.properties 的 Github 和数据库配置

服务器运行

sh tool start

License

MIT

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