All Projects → waldekmastykarz → pnp-starterkit-setup

waldekmastykarz / pnp-starterkit-setup

Licence: other
x-platform setup script for the SharePoint Starter Kit

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to pnp-starterkit-setup

productivity-tools
List of popular productivity tools for SharePoint
Stars: ✭ 26 (+85.71%)
Mutual labels:  sharepoint, sharepoint-online, sharepoint-framework
SharePoint-Security
A Github Repository Created to compliment a BSides Canberra 2018 talk on SharePoint Security.
Stars: ✭ 42 (+200%)
Mutual labels:  sharepoint, sharepoint-online, sharepoint-framework
gulp-spsync
Gulp plugin for synchronizing local files with a SharePoint library
Stars: ✭ 57 (+307.14%)
Mutual labels:  sharepoint, sharepoint-online, office365
O365 SPO PowerShellScripts
PowerShell scripts related to SharePoint Online in Microsoft 365
Stars: ✭ 22 (+57.14%)
Mutual labels:  sharepoint, sharepoint-online, office365
gosip
⚡️ SharePoint authentication, HTTP client & fluent API wrapper for Go (Golang)
Stars: ✭ 71 (+407.14%)
Mutual labels:  sharepoint, sharepoint-online
Public-Samples
Public samples from speaking engagements and blog posts
Stars: ✭ 29 (+107.14%)
Mutual labels:  sharepoint, sharepoint-online
sp-live-reload
SharePoint pages live reload module for client side development
Stars: ✭ 23 (+64.29%)
Mutual labels:  sharepoint, sharepoint-online
Pnp Sites Core
Microsoft 365 Dev PnP Core component (.NET) targeted for increasing developer productivity with CSOM based solutions.
Stars: ✭ 411 (+2835.71%)
Mutual labels:  sharepoint, office365
sp-metadata
🔬 SharePoint Metadata Tracker
Stars: ✭ 12 (-14.29%)
Mutual labels:  sharepoint, sharepoint-online
Office365 Rest Python Client
Office 365 & Microsoft Graph Library for Python
Stars: ✭ 289 (+1964.29%)
Mutual labels:  sharepoint, office365
Cli Microsoft365
Manage Microsoft 365 and SharePoint Framework projects on any platform
Stars: ✭ 420 (+2900%)
Mutual labels:  sharepoint, office365
SpRestLib
JavaScript SharePoint REST Web Services Library
Stars: ✭ 114 (+714.29%)
Mutual labels:  sharepoint, sharepoint-online
sharepoint-ruby
A ruby client for Sharepoint's REST API.
Stars: ✭ 60 (+328.57%)
Mutual labels:  sharepoint, sharepoint-online
SP Hauler
Copy Libraries and Lists Content between ANY Version of SharePoint (SP2010/SP2013/SP2016/SPOnline).
Stars: ✭ 21 (+50%)
Mutual labels:  sharepoint, sharepoint-online
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+971.43%)
Mutual labels:  sharepoint, office365
Microsoft365dsc
Manages, configures, extracts and monitors Microsoft 365 tenant configurations
Stars: ✭ 374 (+2571.43%)
Mutual labels:  sharepoint, office365
Spcb
The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
Stars: ✭ 125 (+792.86%)
Mutual labels:  sharepoint, office365
Pnp
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
Stars: ✭ 1,857 (+13164.29%)
Mutual labels:  sharepoint, office365
react-taxonomypicker
A Taxonomy Picker control built with TypeScript for React. Built for use in Office 365 / SharePoint
Stars: ✭ 23 (+64.29%)
Mutual labels:  sharepoint, sharepoint-online
sprest
An easy way to develop against the SharePoint 2013/Online REST api.
Stars: ✭ 72 (+414.29%)
Mutual labels:  sharepoint, sharepoint-online

Setup bash script

Setup bash script for the PnP Starter Kit

Terminal window with the output of the provisioning script on top of a web browser with the starter kit

Prerequisites

  • Install
  • Configure
    • Set the user who will run the setup script as a taxonomy term store admin
  • Execute
    • o365 spo login [tenant admin], eg. o365 spo login https://contoso-admin.sharepoint.com
    • o365 graph login
    • chmod +x ./setup.sh

Setup

Execute the setup script by in the command line running: ./setup.sh --tenantUrl https://contoso.sharepoint.com --prefix pnp_.

Following are the options you can pass to the script:

argument description required default value example value
-t, --tenantUrl URL of the SharePoint tenant where the Starter Kit should be provisioned yes undefined https://contoso.sharepoint.com
-p, --prefix Prefix to use when provisioning sites to avoid conflicts with existing sites no (empty string) starterkit
--skipSolutionDeployment Don't deploy the solution package no false true
--skipSiteCreation Don't create sites no false true
--stockAPIKey API key to use with the Alpha Vantage API to retrieve stock information no (empty string) 12345
-c, --company Name of the organization to use when provisioning Starter Kit no Contoso Contoso
-w, --weatherCity City for which to display weather in the weather web part no Seattle Seattle
--stockSymbol Symbol of the stock to display in the stock web part no MSFT MSFT
--checkPoint Check point from which to resume executing the setup script no 0 100

Remove

To remove the Starter Kit, execute the uninstall script by in the command line running: ./remove.sh --tenantUrl https://contoso.sharepoint.com --prefix pnp_.

Following are the options you can pass to the script:

argument description required default value example value
-t, --tenantUrl URL of the SharePoint tenant where the Starter Kit should be provisioned yes undefined https://contoso.sharepoint.com
-p, --prefix Prefix to use when provisioning sites to avoid conflicts with existing sites no (empty string) starterkit
-c, --company Name of the organization to use when provisioning Starter Kit no Contoso Contoso
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].