Can I create a Sharepoint site on my local machine?

I'm trying to learn Sharepoint myself so that we can implement the site here at my work. The problem I encountered is to create the site that he wants on the server. Is there a way to create a website on my local machine so that I can start to engage in some design features?

+6
source share
2 answers

If the SharePoint Server SharePoint Foundation is installed on your local computer, then of course you can create the SP site (or the SharePoint application) on your local machine. If you do not have any of these elements, then no, you cannot create a SharePoint site.

SharePoint sites, while created inside IIS, require server software and SQL. Think of it this way: if you don't have an Apache server, you cannot create an Apache site, right?

+3
source

If you want to create a local shared access point for your intranet, you need to install an iis or tomcat server on any of your machines, then you can create a website and publish on your intranet

-1
source

Source: https://habr.com/ru/post/917655/


All Articles