项目作者: dropbitapp

项目描述 :
Dropbit is an open-source distillery management application. Track, audit, and report your monthly operational reports to the TTB with peace of mind.
高级语言: C#
项目地址: git://github.com/dropbitapp/dropbitapp.git
创建时间: 2019-10-26T23:03:31Z
项目社区:https://github.com/dropbitapp/dropbitapp

开源协议:GNU Affero General Public License v3.0

下载


Dropbit Technologies

Dropbit is an open-source distillery management application. Track, audit, and report your monthly operational reports to the TTB with peace of mind.

Instructions

  • git clone https://github.com/dropbitapp/dropbitapp.git
  • Create an empty SQL Server database
  • Add connections.config file to the root of the WebApp/WebAppTests projects
    1. <connectionStrings>
    2. <add name="DistilDBContext"
    3. providerName="System.Data.SqlClient"
    4. connectionString="Data Source=SERVERNAME;Initial Catalog=DATABASENAME;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;ApplicationIntent=ReadWrite;MultiSubnetFailover=False" ></add>
    5. </connectionStrings>
  • Open solution in Visual Studio 2015/2017
  • Run update-database in Package Console Manager
  • Launch the application using the debugger (The application may take short time to initialize during first launch)
  • Login with default user credentials
  • Click Run All from the Test Explorer tab to verify the setup
    • NOTE: Due to a regression, 49 tests are currently green and 24 are red

Deploying in Azure

Dropbit was developed for deployment into the Azure cloud. You can deploy these samples directly through the Azure Portal to App Service and Azure SQL. Consult Azure documentation for further insructions.