# dicoth **Repository Path**: mirrors/dicoth ## Basic Information - **Project Name**: dicoth - **Description**: Dicoth 是一个使用 DLang 开发的一个论坛社区系统,开发初衷为了用于【D语言中文社区】论坛建设,有着代码简洁、部署方便、运行快速等特点,很容易进行二次开发和功能叠加 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: test - **Homepage**: https://www.oschina.net/p/dicoth - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-01-10 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ``` ### Run Dicoth ```sh cd dicoth/ dub run ``` ### Administrate ``` Url: http://127.0.0.1/admin/ Administrator: admin@putao.com Password: admin ```