GithubHelp home page GithubHelp logo

bvcms's Introduction

BVCMS Developer Quick Start Guide

Install Development Tools

  1. Visual Studio Express 2012
  2. SQL Server Express 2012 SP1
  3. GitHub for Windows

Clone the Source Code Repository

  1. Run GitHub for Windows and follow the setup instructions

    Note: You will need to create an account on GitHub to properly use all of the features

  2. Go to the repository in a browser - https://github.com/bvcms/bvcms

  3. Click "Clone in Windows" button in the upper left part of the page

    It should request that GitHub use the link, allow it to continue

  4. GitHub for Windows should launch and clone the repository to the default location

    The default location for GitHub for Windows is "My Documents\GitHub"

Open the Project

  1. Start Visual Studio 2013

  2. Open CmsWeb.sln solution in the root of the repository

    Note: If your file extensions are hidden, you will not see the ".sln"

  3. Start the Package Manager Console

    Tools > Library Package Manager > Package Manager Console

  4. At the top of the Package Manager Console you will see a notification telling you that some packages are missing, click Restore to begin downloading them

  5. It should show a progress bar and then disappear when done

  6. Edit Web.config under CmsWeb root directory

    • In the appSettings section, configure the dbserver and host values to point to your server and the name of your database (without the CMS_). These two values will become part of your connection string.
    • In the mailSettings, configure the pickupDirectoryLocation to a directory on your development machine (for testing purposes).
  7. Right-click on CMSWeb and select Set as StartUp Project

  8. Right-click on CMSWeb and select Rebuild. The project should compile successfully

    There will be some warnings, you can ignore them

  9. The SQL Server database should be running

  10. Click the Play button in the main toolbar to launch BVCMS

  11. The first time you start up the system, it will create and populate a starter database

  12. Once at the login screen, enter the default username and password and click Log On.

    Default Username: admin

    Default Password: bvcms

Using BVCMS

For addition information on how to use BVCMS, please see the BVCMS Documentation.

bvcms's People

Contributors

davidcarroll avatar chrisgundersen avatar hkouns avatar

Watchers

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