https://github.com/valadas/dnn.developmentconfig
https://github.com/valadas/dnn.developmentconfig
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/valadas/dnn.developmentconfig
- Owner: valadas
- Created: 2018-11-16T03:44:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T04:06:12.000Z (over 7 years ago)
- Last Synced: 2025-01-26T18:14:48.520Z (over 1 year ago)
- Language: PowerShell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dnn.DevelopmentConfig
## Step 1
Fork the following projects.
* [Dnn.Platform](https://github.com/dnnsoftware/Dnn.Platform)
* [Dnn.AdminExperience](https://github.com/dnnsoftware/Dnn.AdminExperience)
* [ClientDependency](https://github.com/dnnsoftware/ClientDependency)
* [CKEditorProvider](https://github.com/DNN-Connect/CKEditorProvider/)
## Step 2
Clone this project to your workstation. Any directory will do. It just has to be empty.
## Step 3
Open up the Powershell CLI into the directory you created in step 2 and run the following.
`.\build.ps1 -ScriptArgs '--user="YOUR-GITHUB-ACCOUNT"'`
This will clone each of the required projects under your github account.
## Step 4
Next you need to compile the Platform source and generate Nuget Packages.
`.\Platform\build.ps1 -Target CreateNugetPackages`
## Step 5
`.\build.ps1 -Target SetupReferences`