Skip to content

quocngo2cs/Rhetos.RestGenerator.WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rhetos.RestGenerator.WebAPI

An ASP.NET WebAPI REST generator for Rhetos.

Step 1: run "nuget restore -configFile NuGet.Config Rhetos.RestGenerator.sln inside Rhetos.RestGenerator folder.
Step 2: rebuild solution with Release mode.
Step 3: run CreatePackage.bat then copy two packages: Rhetos.WebApiRestGenerator.{version-number}.nupkg and Autofac.Integration.WebApi.4.0.1.nupkg inside LocalPackageSource into "Install" folder of Rhetos project.
Step 4: add those lines to RhetosPackages.config in Rhetos project
      <package id="Rhetos.WebApiRestGenerator" source="..\..\Install" />
        <package id="Autofac.Integration.WebApi" source = "..\..\Install" />
Step 5: run SetupRhetosServer.bat in Rhetos project

About

An ASP.NET WebAPI REST generator for Rhetos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published