I have SharePoint 2013 server + sql server 2008 r2 inside my development and UAT environments. Currently inside my development environment I did the following main tasks:-
- I have created a new sharePoint Application that sues NTL authentication, and which does not allow anonymous login (no login page).
- I have created a new Team site collection named “Intranet” under the default managed path for the new SP application. http://sharepointdev/sites/Intranet/_layouts/15/start.aspx#/
- I have created a new managed path named “discussionforum”.
- I have created a new Community site collection under the new managed path:- http://sharepointdev/discussionforum/GeneralDiscussion/_layouts/15/start.aspx#/
- Next step is that I added the following App parts to my team site home page:-
- Document library.
- Announcements.
- Prompted links.
- Content editor web part.
- 4 calendars that are overlayed.
I have finished my development, and now I need to transfer all my above work from my development machine to my UAT machine? So how I can do this?
Regards