You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,19 @@ There is also a Second Child Module the *YAF.NET Forums What's New* Module which
29
29
30
30
A "sandbox" test forum is available here: http://testforum.yetanotherforum.net/.
31
31
32
+
### Getting Started with Development
33
+
34
+
This project is dependent upon the parent solution, YAFNET. This requires that the steps you follow be specific.
35
+
36
+
1. Create a local directory for your project o live, such as C:\dev\YAFDev\ (just an example path).
37
+
2. Fork this YAFNET-DNN project into your account and then clone it into the local folder you just created. There should now be a C:\dev\YAFDev\yaf_dnn\ folder, as well as a README and other Git files.
38
+
3. (Optional) Attach an upstream to this YAFNET-DNN project in Git.
39
+
4. Download a copy of the Master branch of [the YAFNET project](https://github.com/YAFNET/YAFNET), and extract to the main folder. The resulting path should be C:\dev\YAFDev\yafsrc\.
40
+
5. Open and then build the YAFNET solution.
41
+
6. Open and then build the YAFNET-DNN solution.
42
+
43
+
Congratulations! You're now ready to begin development.
44
+
32
45
### Support
33
46
34
47
* Free Community based Support Forum here: http://forum.yetanotherforum.net/.
0 commit comments