GithubHelp home page GithubHelp logo

anthrax3 / brickpile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brickpile/brickpile

0.0 1.0 0.0 224.84 MB

BrickPile is an open source content management system built on RavenDB and ASP.NET MVC 5.

License: MIT License

C# 29.58% CSS 13.25% JavaScript 44.32% HTML 12.85% ASP 0.01%

brickpile's Introduction

#BrickPile is a lightweight CMS built on RavenDB and ASP.NET MVC 5. NuGet Version NuGet Downloads

Requirements

Brace yourself, BrickPile makes the following demands:

  • ASP.NET MVC 5 and Web Api
  • RavenDB

And that's about it. A slight bit of knowledge about ASP.NET MVC development is also required. ##Installing ###Getting Installed Installing BrickPile is simply the act of writing a single PowerShell command inside the package manager console.

PM> Install-Package BrickPile

And that's basically it. Of course you need an empty ASP.NET MVC 5 web application with Web Api.

##Configuration As default BrickPile will run RavenDB in embedded mode and store the documents in ~\App_Data\Raven. This can easily be configured to use an other location or RavenDB server. The following example shows how to use RavenDB server.

<connectionStrings>
    <add name="RavenDB" connectionString="Url = http://localhost:8080;Database=brickpile" />
</connectionStrings>

Note: To run BrickPile with RavenDB server you need to download it and execute [RavenDBdir]\Server\Raven.Server.exe. For more configuration options see RavenDB documentation.

Assets configuration

In order to use Assets you have to change two things. In Global.asax, add: HostingEnvironment.RegisterVirtualPathProvider(new NativeVirtualPathProvider());

And then make sure that your web.config has the correct PhysicalPath and that the directory exist:

<appSettings>
    <add key="PhysicalPath" value="C:\temp\static\" />
</appSettings>

Note: The PhysicalPath can also be relative to the site root like this ~/App_Data/Static

Setup

When the configuration is done just hit F5 inside Visual Studio, this will hopefully bring up the setup screen. Fill the form with the correct information and hit "Let's do this" and your done.

brickpile's People

Contributors

abergs avatar andersgranberg avatar florisrobbemont 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.