Building
To simplify building the Weavy solution and creating the package needed when deploying, we have created a command line script that you can run.
The build.cmd
file is located in the root folder of the weavy-sln repo.
Executing this script will build a precompiled version of the Weavy web application and package it into a .zip file that you can use when deploying new tenants from the Tenant SDK or when deploying new sites manually as described in the Hosting and Deployment section.
C:\weavy-sln> build.cmd
Microsoft (R) Build Engine version 15.8.169+g1ccb72aefa for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Restoring Nuget packages
Publishing project
...
Merging precompiled views
Creating deployment package
Deployment package -> C:\Projects\weavy-sln\dist\7.0.0+Weavy.7eca232.pkg.zip
Publishing
There are a number of ways you can publish your build and create Weavy tenants. Head over to the Hosting and Deployment section to learn more.