GithubHelp home page GithubHelp logo

mrestivill / appverse-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jioe/appverse-net

0.0 2.0 0.0 1.35 MB

This repository holds our initiative to extend Appverse philosophy to Microsoft's own flavour

License: Other

C# 26.10% CSS 0.10% ASP 0.01% HTML 0.49% JavaScript 73.30%

appverse-net's Introduction

#appverse-net

Build Status

This repository holds our initiative to extend Appverse philosophy to Microsoft's own flavour

Steps to compile and execute the solution for the first time

1-. Right click over Solution 'AppverseMVC’ node and select “Enable NuGet Package Restore”.

2-. Rebuild solution: 0 errors.

3-. Check database connetions Appverse\web.Config file:

<add name="ShowcaseConnection" connectionString="Data Source=.\sqlexpress;Initial Catalog=AppverseMVC_dev;Integrated Security=True" providerName="System.Data.SqlClient" />

<add name="MembershipConnection" connectionString="Data Source=.\sqlexpress;Initial Catalog=Appverse_users_dev;Integrated Security=True" providerName="System.Data.SqlClient" />

This configuration is using integrated security and a local SQL Server Express. Check if this configuration is ok for you.

4-. Create an empty database for the "ShowcaseConnection" with its name. In this case “AppverseMVC_dev”.

5-. Open the “Package Manager Console” in “View -> Other Windows -> Package Manager Console”.

6-. Run the 'Update-Database' command. This will create the "MembershipConnection" database.

7-. Execute the project.

License

Copyright (c) 2012 GFT Appverse, S.L., Sociedad Unipersonal.

 This Source  Code Form  is subject to the  terms of  the Appverse Public License 
 Version 2.0  ("APL v2.0").  If a copy of  the APL  was not  distributed with this 
 file, You can obtain one at <http://appverse.org/legal/appverse-license/>.

 Redistribution and use in  source and binary forms, with or without modification, 
 are permitted provided that the  conditions  of the  AppVerse Public License v2.0 
 are met.

 THIS SOFTWARE IS PROVIDED BY THE  COPYRIGHT HOLDERS  AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS  OR IMPLIED WARRANTIES, INCLUDING, BUT  NOT LIMITED TO,   THE IMPLIED
 WARRANTIES   OF  MERCHANTABILITY   AND   FITNESS   FOR A PARTICULAR  PURPOSE  ARE
 DISCLAIMED. EXCEPT IN CASE OF WILLFUL MISCONDUCT OR GROSS NEGLIGENCE, IN NO EVENT
 SHALL THE  COPYRIGHT OWNER  OR  CONTRIBUTORS  BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL,  SPECIAL,   EXEMPLARY,  OR CONSEQUENTIAL DAMAGES  (INCLUDING, BUT NOT
 LIMITED TO,  PROCUREMENT OF SUBSTITUTE  GOODS OR SERVICES;  LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) 
 ARISING  IN  ANY WAY OUT  OF THE USE  OF THIS  SOFTWARE,  EVEN  IF ADVISED OF THE 
 POSSIBILITY OF SUCH DAMAGE.

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.