Coder Social home page Coder Social logo

digitalbeacon / carecenter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 342 KB

A functional client management web application built on top of the SiteBase foundation.

License: GNU General Public License v2.0

SQL 13.84% Shell 2.83% C# 78.64% ASP 0.05% CSS 4.08% JavaScript 0.56%

carecenter's Introduction

Care Center

The care center project is an example of a functional web application built on top of the SiteBase foundation. The default configuration includes demo logins to allow easy access to the available features of the application. A live demo of the CareCenter project is available at http://digitalbeacon.net/carecenterdemo.

License

This project is licensed under the GNU General Public License, version 2 (GPLv2).

Prerequisites for Building

  1. .NET 4.5 Runtime
  2. Git
  3. (Optional) Visual Studio 2012/2013
  4. (Optional) 7-Zip for creating deployment zip files

To address the build warnings about missing reference assemblies, install Visual Studio 2012/2013 or the .NET 4.5 SDK, both of which include the reference assemblies for the .NET 4.5 framework.

Build Instructions

  1. Clone repository. git clone https://github.com/digitalbeacon/carecenter.git
  2. Initialize SiteBase submodule. git submodule update --init
  3. Create symbolic links. setup-base.cmd (This script must be run with administrative privileges.)
  4. Build. build.cmd
  5. Create deployment files. publish.cmd

Prerequisites for Running

  1. .NET 4.5 Runtime
  2. IIS 7
  3. SQL Server 2012 (SQL Server 2005 and up will work with some assembly binding configuration changes to the web.config file.)
  4. (Optional) wkhtmltopdf for PDF report generation

Deployment Instructions

  1. Create the database. Database\init-db.cmd This script creates a new database called CareCenterDemo, initializes it with the ASP.NET SQL Membership objects and creates a login called web with the appropriate access. If you have trouble running this script with the default integrated security context, try running it with the /user {user} flag to specify an explicit SQL user account.
  2. Initialize the database. Database\reset-db.cmd This script can be called with the /initpostalcodes flag to populate the table of postal codes.
  3. Extract or copy the deployment files to a new folder on the web server. If extracting the zip files, all three zip files in the Publish folder should be extracted to the same folder.
  4. Add a new IIS web application called carecenterdemo pointing to the web site folder configured with a .NET 4/integrated pipeline mode IIS application pool.
  5. Access the new web application.

Optional Things

  • PDF Generation. Install wkhtmltopdf and uncomment the HtmlToPdfExePath setting in the Config\appSettings.config file. Update the setting to the path of the wkhtmltopdf executable.
  • View Precompilation. Uncomment the PrecompileViews setting in the Config\appSettings.config file. The views wil be precompiled into a new assembly in the site Bin folder upon initial access.
  • Recaptcha. Specify the recaptchaPrivateKey and recaptchaPublicKey settings in the Config\appSettings.config file. Captcha support is currently implemented for password resets.
  • Google Analytics. Specify the GoogleAnalyticsId settings in the Config\appSettings.config file.

Attribution

This project includes or incorporates the following third party projects.

carecenter's People

Contributors

digitalbeacon avatar

Watchers

 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.