Giter VIP home page Giter VIP logo

forum's Introduction

forum

A simple forum implemented by enode framework.

How to run this forum

先决条件

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

编译运行

  1. 打开Forum.sln解决方案,启用Nuget还原,编译解决方案;
  2. 新建一个空的数据库,叫Forum;
  3. 在新建的数据库中运行Scripts目录下的InstallDB.sql脚本,创建所有的表;
  4. 修改Forum.BrokerService、Forum.CommandService、Forum.EventService、Forum.Web、Forum.Domain.Tests这些项目的配置文件中的connectionString; 确保能连接上面新建的Forum数据库;
  5. 将Forum.Web设置为启动项目;
  6. 依次启动Forum.BrokerService、Forum.CommandService、Forum.EventService这三个工程;
  7. 然后F5启动网站即可;
  8. 如果要管理论坛版块,需要注册一个名称为admin的账号,注册登录成功后,在右上角就有一个版块管理了;

forum's People

Contributors

tangxuehua avatar

Watchers

Feng Zhao Qian avatar James Cloos 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.