Giter Site home page Giter Site logo

chribben / fubumvc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from darthfubumvc/fubumvc

1.0 1.0 0.0 61.96 MB

A front-controller style MVC framework for .NET

Home Page: http://www.fubumvc.com

License: Other

Puppet 0.06% C# 85.44% Ruby 0.25% Shell 0.01% JavaScript 13.73% ASP 0.31% Python 0.18%

fubumvc's Introduction

Building FubuMVC

  1. git clone https://github.com/darthfubumvc/fubumvc.git
  2. cd fubumvc
  3. git submodule update --init
  4. gem install albacore --no-rdoc --no-ri
  5. rake compile

Why does git status show that all of my files are modified?

FubuMVC is built by Windows users, so all of the text files have CRLF line endings. These line endings are stored as-is in git (which means we all have autocrlf turned off). If you have autocrlf enabled, when you retrieve files from git, it will modify all of your files. Your best bet is to turn off autocrlf, and re-create your clone of FubuMVC.

  1. Delete your local clone of the FubuMVC repository
  2. Type: git config --global core.autocrlf false
  3. Type: git config --system core.autocrlf false
  4. Clone the FubuMVC repository again

More information about working with git and FubuMVC

Where is CommonAssemblyInfo.cs?

CommonAssemblyInfo.cs is generated by the build. The build script requires Ruby with rake installed.

  1. Run InstallGems.bat to get the ruby dependencies (only needs to be run once per computer)
  2. open a command prompt to the root folder and type rake to execute rakefile.rb

If you do not have ruby:

  1. You need to manually create a src\CommonAssemblyInfo.cs file
  • type: echo // > src\CommonAssemblyInfo.cs
  1. open src\FubuMVC.sln with Visual Studio and Build the solution

Setting up Sphinx

Sphinx is a Python tool we use to create the FubuMVC documentation. It requires Python to be installed

  1. Install Python from python.org (Preferrably 2.7)
  2. Add Python to the PATH (i.e. c:\Python27)
  3. On 32 Bit Windows, skip this step. Follow these instructions to get easy_install installed
  4. Then run easy_install -U Sphinx
  5. Add the Python /Scripts directory to the PATH (i.e. c:\Python27\Scripts)
  6. Then test that sphinx-build is available, and Sphinx is now installed

Building the Documentation

  1. Run rake docs:html
  2. Open index.html from docs/build/

fubumvc's People

Contributors

adbrowne avatar ahjohannessen avatar bbehrens avatar bobpace avatar chadmyers avatar christiandeger avatar coreykaylor avatar dragan avatar drusellers avatar emiaj avatar flq avatar garylcoxjr avatar hartez avatar jeremydmiller avatar jmarnold avatar joshuaflanagan avatar kevm avatar kharlamov avatar mikeobrien avatar mkmurray avatar nieve avatar rauhryan avatar rexmorgan avatar robertthegrey avatar ryankelley avatar smerrell avatar spascoe avatar statianzo avatar uluhonolulu avatar vyrak avatar

Stargazers

 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.