Dicoth is an opensource forum software written in DLang.

bauss jj_1337 at live.dk
Sun Feb 2 10:47:52 UTC 2020


On Sunday, 2 February 2020 at 08:39:58 UTC, zoujiaqing wrote:
> # Dicoth
> An open source forum system written in D Programming Language, 
> based on Hunt Framework.
>
> ## Install
>
> ### Create Database
> This forum using MySQL database, you can create database name 
> `dicoth` and import tables scheme:
> ```SQL
> source ./data/mysql/scheme.sql
> ```
>
> ### Edit Config
> You need edit config item for your project, http port, database 
> information and more, project file:
> ```sh
> vim config/application.conf
> ```
>
> ### Runt Dicoth
> ```sh
> cd dicoth/
> dub run -v
> ```
>
> Source code:
> https://github.com/dicoth/dicoth
>
> Example:
> The website is D Programming Language Chinese community.
>
> https://forums.dlangchina.com

Thank you for all the great D projects you've done with Hunt and 
this is interesting :)

I like it.


More information about the Digitalmars-d-announce mailing list