Archives

Archives / 2012 / July
  • Getting SharePoint 2013 dev machine up and running in 5 minutes

    I’m a happy customer of http://www.cloudshare.com, and only days after the release of SharePoint 2013 preview I was able to spin up an instance of SharePoint Server 2013 with the following configuration:

    SharePoint Server 2013 Preview

    Description: OS: Windows Server 2012 RC x64
    Spec: 80 GB HD / 8 GB RAM
    Installed:
    • SharePoint Server 2013 Preview
    • SQL Server 2012 Standard
    • Visual Studio 2012 RC Ultimate Edition
    • SharePoint Designer 2013 Preview
    • Adobe Reader

    The machine works like a breeze, although I already had some SharePoint crashes. But hey, it’s a preview!

    Kudo’s to CloudShare for getting a template machine up and running so fast.

    PS: I’m in no way affiliated to CloudShare, just a happy customer.

  • SharePoint.DesignFactory.ContentFiles 1.4.0.3 - bugfix release, how to update

    Today I released version 1.4.0.3. of SharePoint.DesignFactory.ContentFiles. This is a bugfix release where the following issues are fixed:

    Change Log - SharePoint.DesignFactory.ContentFiles v1.4.0.3
    ===========================================================

    Product Version:

    1.4.0.3
    - Fixed issue: Documentation and Sample.ps1 machine configuration file had missing ';' after first line of configuration (SharePointDeployment = 'ClientObjectModel')
    - Fixed issue: UseClaims flag of machine configuration was not passed correctly, so Claims Authenticated deployment with client object model (Office365 for example) was not working
    - Fixed issue: Custom configurations not working due to missing parameter in Deploy.cmd and Redeploy.cmd
                   See:
    http://myspworld.wordpress.com/2012/06/25/deploy-content-files-to-sharepoint-using-sharepoint-designfactory-contentfiles/ (thanks Amadeu)
    1.4.0.2
    - Fixed issue: Code outside begin block when doing ClientObjectModel deployment
    - Fixed issue: Not all files packaged (fixed by Danny)
    - Fixed issue: Deployment path incorrect (one letter missing)

    1.4.0.1
    - Fixed issue: Mapped folder ABC would also deploy files in unmapped folder ABCD due to startswith() logic.

    1.4.0.0
    - Initial release to general public.

    To upgrade the NuGet package to a new version execute the following steps:

    1. To upgrade your NuGet package following the following steps:
    2. Right-click on solution or project, and select Manage NuGet packages…
    3. In the Manage NuGet Packages screen click left on Updates
      clip_image002
    4. Select the SharePoint.DesignFactory.ContentFiles package and press the Update button
    5. Open from the menu Build the Configuration Manager
    6. Make the project configurations match the solution configurations (always mixed up after uninstall/install or update)
      clip_image004

    This should get you up and running!