You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Community Solid Server (CSS) in an Azure App Service
2
2
3
+
This repository is setup to facilitate the deployment of the [Community Solid Server](https://github.com/CommunitySolidServer/CommunitySolidServer) in Azure.
4
+
3
5
## Pre-requisite
4
6
5
7
An [Azure Subscription](https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account).
@@ -51,10 +53,6 @@ Retrieve the app service's Publish Profile:
51
53
az webapp deployment list-publishing-profiles --resource-group $CSS_INFRASTRUCTURE_RESOURCE_GROUP_NAME --name ${CSS_INFRASTRUCTURE_DEPLOYMENT_TIME}app --xml
52
54
```
53
55
54
-
```zsh
55
-
gh auth login
56
-
```
57
-
58
56
Then just trigger the Deploy CSS action from GitHub.
59
57
60
58
See also: [Deploy Node.js to Azure App Services](https://docs.github.com/en/actions/how-tos/deploy/deploy-to-third-party-platforms/nodejs-to-azure-app-service).
@@ -76,3 +74,8 @@ For example, you could upload `data/.acr` to make the Solid server fully open to
76
74
The first boot of the CSS will take a little time (about 3 minutes). If you choose a [paid App Service Plan](https://azure.microsoft.com/en-gb/pricing/details/app-service/linux/), your CSS instance could always be on and not have to go through booting time often.
77
75
78
76
Currently, the App Service Free Plan is limited to 60 CPU minutes / day.
77
+
78
+
79
+
## Acknowledgements
80
+
81
+
A huge thanks goes to imec research groups at Ghent University for the [development of the Community Solid Server](https://solidlab.be/community-solid-server/).
0 commit comments