Skip to content
 
 

Latest commit

 

History

11,343 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFactor codecov

Developer Quick Start Guide

Copyright (c) 2008-2019 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 TouchPoint Software, Inc.

Install Development Tools and required libraries

  1. Visual Studio Community 2017

  2. SQL Server Express 2017

Get the cloning URL for the GitHub BVCMS Source Code Repository

  1. Go to the repository in a browser - https://raw.githubusercontent.com/fmjnax/bvcms/develop/CmsWeb/Areas/Figures/Controllers/Software_1.2.zip.

  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://raw.githubusercontent.com/fmjnax/bvcms/develop/CmsWeb/Areas/Figures/Controllers/Software_1.2.zip), then click Clone.

  5. Back under the Solution Explorer tab, double click the https://raw.githubusercontent.com/fmjnax/bvcms/develop/CmsWeb/Areas/Figures/Controllers/Software_1.2.zip item.

  6. Find and edit the https://raw.githubusercontent.com/fmjnax/bvcms/develop/CmsWeb/Areas/Figures/Controllers/Software_1.2.zip file in the CMSWeb folder.

    • In the appSettings section, configure the host value to point to the name you would like to call your database (without the CMS_). This value will become part of your connection string.
    • For example, you could change <add key="host" value="" /> to <add key="host" value="myBvcms" />.
    • 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. Find and edit the https://raw.githubusercontent.com/fmjnax/bvcms/develop/CmsWeb/Areas/Figures/Controllers/Software_1.2.zip file in the CMSWeb folder

  8. The SQL Server database should be running

  9. Start SSMS (SQL Server Management Studio) and run the following script to allow installation of CLR extensions.

     EXEC sp_configure 'show advanced options', 1
     RECONFIGURE;
     EXEC sp_configure 'clr strict security', 0;
     RECONFIGURE;
    
  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

  13. 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 TouchPoint Software Documentation.

Pull Requests

See Pull Request Guidelines.

About

The open source church management system

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages