Skip to content

emiaj/YouGrade

Repository files navigation

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

How to get the nuget packages?

You can open the command line and type "rake", by doing that it will fetch all the nuget packages and also will compile the app. Or... If you only want to fetch the nuget packages, you can open the command line and type "ripple restore".

Logging into the system

By default, YouGrade, uses the FlatFileAuthenticationService implementation.

The default username is fubu and its password is world.

If you want to customize this, create/override the file located at src/YouGrade/fubu.auth.config (which is created automatically the first time you run the app, or you can create one in advance before running the app).

About

MS MVC3 project (http://www.codeproject.com/KB/aspnet/YouGradeMVC.aspx) ported to the FubuMVC framework, the AngularJS version of this project can be found here https://github.com/emiaj/spa-yougrade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published