Skip to content

Commit

Permalink
Moved tenant-settings.md to documentation and updated ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloPia committed Jun 1, 2018
1 parent e715878 commit 3232fc5
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 1 deletion.
128 changes: 128 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,137 @@ typings/

.DS_Store

# Visual Studio Ignore files

# Exclude NuGets, obj, debug of sample-lob-service
sample-lob-service/SharePointPnP.LobScenario/packages
sample-lob-service/SharePointPnP.LobScenario/SharePointPnP.LobScenario.Data/obj
sample-lob-service/SharePointPnP.LobScenario/SharePointPnP.LobScenario.Data/bin
sample-lob-service/SharePointPnP.LobScenario/SharePointPnP.LobScenario.Web/obj
sample-lob-service/SharePointPnP.LobScenario/SharePointPnP.LobScenario.Web/bin

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Visual Studio 2017 auto generated files
Generated\ Files/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Files built by Visual Studio
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# Visual Studio Trace Files
*.e2e

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs

# SQL Server files
*.mdf
*.ldf
*.ndf

# MSBuild Binary and Structured Log
*.binlog
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following steps will help you get started in any tenant as fast as possible:
> You will need to be a tenant administrator to be able to deploy this solution to your tenant.
- Ensure that you meet the [requirements for SharePoint Framework development](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment) and are using the latest version of [PnP PowerShell](https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps)
- Prepare your tenant, by accomplishing the tasks highlighted in document [Preparing your tenant for the PnP SharePoint Starter Kit](./tenant-settings.md).
- Prepare your tenant, by accomplishing the tasks highlighted in document [Preparing your tenant for the PnP SharePoint Starter Kit](./documentation/tenant-settings.md).
- Upload and deploy the [`sharepoint-portal-showcase.sppkg`](./package/sharepoint-portal-showcase.sppkg) from the [`/package`](./package) folder to your app catalog
- Use PnP PowerShell to connect to any site in your tenant with the [`Connect-PnPOnline` cmdlet](https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/connect-pnponline?view=sharepoint-ps)
- Move to the `provisioning` folder and execute the following command (using your own tenant url and the prefix of your choosing): `.\deploy.ps1 -TenantUrl https://contosodemosk.sharepoint.com -SitePrefix demo`
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions sample-lob-service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# PnP SharePoint Starter Kit - LOB Service

This folder contains an ASP.NET MVC Web API application that emulates a LOB system, which you can host on Microsoft Azure (or wherever you like) and consume through the LobIntegration sample client-side Web Part defined in the PnP Starter Kit project. Further instruction will come about how to setup this LOB service and about how to configure the LobIntegration Web Part.
Binary file not shown.
Binary file not shown.

0 comments on commit 3232fc5

Please sign in to comment.