Code Monkey home page Code Monkey logo

bvcms's Introduction

BVCMS Developer Quick Start Guide

Copyright (c) 2008-2018 Bellevue Baptist Church Licensed under the GNU General Public License (GPL v2) you may not use this code except in compliance with the License. see LICENSE file in this repository master branch

BVCMS is maintained by TouchPointSoftware, LLC.

Install Development Tools and required libraries

  1. Visual Studio Community 2017

    • Be sure to install the ASP.NET and web development Workload option.
    • Install the Python development option if you want to debug Python scripts.
  2. SQL Server Express 2016

Get the cloning URL for the GitHub BVCMS Source Code Repository

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

  2. Click green "Clone or Download" button in the upper right part of the page

  3. Copy the link URL shown

Load the Project

  1. Start Visual Studio

  2. On the right side, click the tab Team Explorer

  3. Under Local Git Repositories, click Clone

  4. Paste the URL you copied in above (should be https://github.com/bvcms/bvcms.git), then click Clone

  5. Back under the Solution Explorer tab, double click the CmsWeb.sln item

  6. Find and edit the web.config file in the CMSWeb folder

    • In the appSettings section, configure the dbserver and host values to point to your server and the name you would like to call your database (without the CMS_). These two values will become part of your connection string.
    • for dbserver if you installed a full version of SQL Server (not Express) use (local) with the parentheses. If you installed SQL Server Express, use .\SQLEXPRESS
    • In the mailSettings section, configure the pickupDirectoryLocation to a directory on your development machine (for testing purposes).
    • If you want to create a database with 150 test records in it, just use testdb for the host value
  7. The SQL Server database should be running

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

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

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

    Default Username: admin

    Default Password: bvcms

  11. After successfully logging in, you should set your admin password immediately because the bvcms password is a one-time use password and will no longer work.

Using BVCMS

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

Pull Requests

See Pull Request Guidelines

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.