I need to do more customizations on Umbraco. For example, create new table and repository, then call them in Surface Controller. So which ways should I use? Install Umbraco by nuget or download full source code from github.
You should install your Umbraco installation using NuGet. Then you can create custom table in the database. The source code from https://github.com/umbraco/Umbraco-CMS, if so we at the HQ or other users can do some pull requests for fixing bugs in Umbraco.
Confuse about the installing of umbraco
Hi all,
This guide https://our.umbraco.org/documentation/Installation tutor very cleary how to install Umbraco. But I still confuse about the full source code from https://github.com/umbraco/Umbraco-CMS
I need to do more customizations on Umbraco. For example, create new table and repository, then call them in Surface Controller. So which ways should I use? Install Umbraco by nuget or download full source code from github.
Please help me! Thank all!
Hi Thanh,
You should install your Umbraco installation using NuGet. Then you can create custom table in the database. The source code from https://github.com/umbraco/Umbraco-CMS, if so we at the HQ or other users can do some pull requests for fixing bugs in Umbraco.
You can read more about how to contribute to the Umbraco project https://our.umbraco.org/contribute, it could be by create pull requests to fix some of the issue that you are experienced when you use Umbraco. You can read more about how to create pull requests here http://24days.in/umbraco/2014/your-first-pull-request and http://umbraco.com/follow-us/blog-archive/2014/12/18/new-source-control-branching-structure
Hope this helps and answers your question,
/Dennis
is working on a reply...