Skip to content

Commit

Permalink
Merge pull request #21 from valadas/readme
Browse files Browse the repository at this point in the history
Updated readme with version compatibility and pull request instructions
  • Loading branch information
valadas authored Jul 10, 2018
2 parents 8ad7870 + 80c7eaf commit e60ac93
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DotNetNuke.Modules.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -825,10 +825,13 @@
<None Include="03.05.05.SqlDataProvider" />
<None Include="03.05.06.SqlDataProvider" />
<None Include="BuildScripts\ModulePackage.Targets" />
<None Include="DotNetNuke_DotNetNuke.Repository.dnn" />
<None Include="DotNetNuke_DotNetNuke.Repository.dnn">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="README.md" />
<None Include="Uninstall.SqlDataProvider" />
</ItemGroup>
<ItemGroup>
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,20 @@ The DotNetNuke® Repository Module (RM) can be used to store a collection of fil
RM is not limited to file uploads/downloads. You can even use RM for articles, news or a simple blog. The uses of RM are only limited by your imagination.

In addition to providing you with the ability to upload and download items, RM also provides a User Rating and Feedback system. You can decide if you want to allow your visitors to rate your items or enter comments on each item. RM also institutes a comprehensive security layer that allows you complete control over who can download, who can upload, who can rate or comment and where your items will be physically located on your web server.

## Compatibility
| Dnn Repository version | Min Tested Dnn version | Max Tested Dnn version |
| -------------------------:| ----------------------:| ----------------------:|
| Included or 03.05.06 | 00.00.00 | 09.01.01 |
| 04.00.00 | 06.01.00 | 09.02.00 |

## Building the module from source and submitting pull requests
1. Install Dnn (latest stable version) from https://github.com/dnnsoftware/Dnn.Platform/releases
2. Fork this repository to your own github account
3. Clone your fork to the Dnn DesktopModules folder
4. Important, the project name id Dnn.Repository, but the deployment directory is just Repository (more later)
5. Build the project in release mode using Visual Studio, this will create the installable packages in the Install folder of Dnn.Repository folder
6. Install one of the zip packages using the Dnn extension installer as any other module
7. In Visual Studio, create a new branch to isolate your changes.
8. In Visual studio, to test any changes, you need to build in debug mode, this will compile and copy all files from Dnn.Repository (the source code) to Repository (the deployment folder). To debug, use the attach to process feature and attach it to the w3wp process that matches the running site.
9. Commit and push your changes with clear descritions, then in github, create a pull request from the branch you created to the Dnn.Community repository, again please add a good description of the changes. You can also mention issues with #issueNumber to automatically associate your pull request with existing issues.

0 comments on commit e60ac93

Please sign in to comment.