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 TouchPoint Software, Inc.
-
- Be sure to install the ASP.NET and web development Workload option.
- Install the Python development option if you want to debug Python scripts.
-
Go to the repository in a browser - https://github.com/bvcms/bvcms
-
Click green "Clone or Download" button in the upper right part of the page
-
Copy the link URL shown
-
Start Visual Studio
-
On the right side, click the tab Team Explorer
-
Under Local Git Repositories, click Clone
-
Paste the URL you copied in above (should be https://github.com/bvcms/bvcms.git), then click Clone
-
Back under the Solution Explorer tab, double click the CmsWeb.sln item
-
Find and edit the web.config file in the CMSWeb folder
- In the
appSettings
section, configure thedbserver
andhost
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
- In the
-
The SQL Server database should be running
-
Click the Play button in the main toolbar to launch BVCMS
-
The first time you start up the system, it will create and populate a starter database
-
Once at the login screen, enter the default username and password and click Log On.
Default Username: admin
Default Password: bvcms
-
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.
For additional information on how to use BVCMS, please see the TouchPointSoftware Documentation.