Coder Social home page Coder Social logo

forum's Introduction

forum

A simple forum implemented by enode framework.

How to run this forum

先决条件

  1. Visual Studio 2019 + Sql Server数据库;

编译运行

  1. 打开Forum.sln解决方案,启用Nuget还原,编译解决方案;
  2. 在新建的数据库中运行Scripts目录下的InstallDB.sql脚本,创建数据库以及所有的表;
  3. 修改Forum.CommandHost、Forum.EventHost这两个项目的配置文件中的connectionString;修改Forum.Web、Forum.Domain.Tests这两个项目中的appsettings.json中的connectionString; 确保能连接上面新建的Forum数据库;
  4. 将Forum.Web设置为启动项目;
  5. 依次启动Forum.NameServerHost、Forum.BrokerHost、Forum.CommandHost、Forum.EventHost、Forum.Web这5个工程;
  6. 如果要管理论坛版块,需要注册一个名称为admin的账号,注册登录成功后,在右上角就有一个版块管理了;其他注册的账号看不到板块管理的入口;

forum's People

Contributors

tangxuehua avatar zhengzq avatar luchaoshuai avatar zhiqiang-kooboo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.