Skip to content

hkouns/bvcms

 
 

Repository files navigation

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.

  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.

Packages

No packages published

Languages

  • C# 71.1%
  • JavaScript 16.8%
  • CSS 11.4%
  • Other 0.7%