Skip to content

Commit 13b4b62

Browse files
Credit IMEC for CSS
1 parent 65983dd commit 13b4b62

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Community Solid Server (CSS) in an Azure App Service
22

3+
This repository is setup to facilitate the deployment of the [Community Solid Server](https://github.com/CommunitySolidServer/CommunitySolidServer) in Azure.
4+
35
## Pre-requisite
46

57
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:
5153
az webapp deployment list-publishing-profiles --resource-group $CSS_INFRASTRUCTURE_RESOURCE_GROUP_NAME --name ${CSS_INFRASTRUCTURE_DEPLOYMENT_TIME}app --xml
5254
```
5355

54-
```zsh
55-
gh auth login
56-
```
57-
5856
Then just trigger the Deploy CSS action from GitHub.
5957

6058
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
7674
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.
7775

7876
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

Comments
 (0)