www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Dicoth is an opensource forum software written in DLang.

reply zoujiaqing <zoujiaqing gmail.com> writes:

An open source forum system written in D Programming Language, 
based on Hunt Framework.




This forum using MySQL database, you can create database name 
`dicoth` and import tables scheme:
```SQL
source ./data/mysql/scheme.sql
```


You need edit config item for your project, http port, database 
information and more, project file:
```sh
vim config/application.conf
```


```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
Feb 02 2020
parent reply bauss <jj_1337 live.dk> writes:
On Sunday, 2 February 2020 at 08:39:58 UTC, zoujiaqing wrote:

 An open source forum system written in D Programming Language, 
 based on Hunt Framework.




 This forum using MySQL database, you can create database name 
 `dicoth` and import tables scheme:
 ```SQL
 source ./data/mysql/scheme.sql
 ```


 You need edit config item for your project, http port, database 
 information and more, project file:
 ```sh
 vim config/application.conf
 ```


 ```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.
Feb 02 2020
parent reply zoujiaqing <zoujiaqing gmail.com> writes:
On Sunday, 2 February 2020 at 10:47:52 UTC, bauss wrote:
 On Sunday, 2 February 2020 at 08:39:58 UTC, zoujiaqing wrote:

 An open source forum system written in D Programming Language, 
 based on Hunt Framework.




 This forum using MySQL database, you can create database name 
 `dicoth` and import tables scheme:
 ```SQL
 source ./data/mysql/scheme.sql
 ```


 You need edit config item for your project, http port, 
 database information and more, project file:
 ```sh
 vim config/application.conf
 ```


 ```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.
Thank you ! We have long way to go! At present, this project is only a demo version. Make it easier for you to understand D language to build web service applications.
Feb 02 2020
parent reply aberba <karabutaworld gmail.com> writes:
On Monday, 3 February 2020 at 03:47:55 UTC, zoujiaqing wrote:
 On Sunday, 2 February 2020 at 10:47:52 UTC, bauss wrote:
 On Sunday, 2 February 2020 at 08:39:58 UTC, zoujiaqing wrote:
 [...]
Thank you for all the great D projects you've done with Hunt and this is interesting :) I like it.
Thank you ! We have long way to go! At present, this project is only a demo version. Make it easier for you to understand D language to build web service applications.
The DlangChina.com forum design is very nice.
Feb 07 2020
parent zoujiaqing <zoujiaqing gmail.com> writes:
On Friday, 7 February 2020 at 23:12:44 UTC, aberba wrote:
 The DlangChina.com forum design is very nice.
Thanks :) This is Dicoth's default template theme.
Feb 10 2020