Skip to content

Commit 3b2c8b4

Browse files
authored
Update README.md
1 parent 9b6ffaa commit 3b2c8b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Read about my [experiements with deployments of the app](./docs/deploymentExperi
118118

119119
Example: my running demo is simply on my Pod, in a HelloWorld folder over at: [https://timea.solidcommunity.net/HelloWorld/components/](https://timea.solidcommunity.net/HelloWorld/src/). I made sure the HelloWorld folder has public access.
120120

121+
***NOTE*** make sure to use minified versions of the libs (solid-ui, mashlib especially) otherwise the app load quite slow.
121122
***NOTE*** the adminPage is not working on a Pod deployment due to mashlib.
122123
***NOTE*** Unfortunately solid-ui only works with absolute URLs reason why the development KG and forms are the ones deployed on my Pod.
123124

@@ -132,10 +133,11 @@ Example: my running demo is simply on my Pod, in a HelloWorld folder over at: [h
132133
8. Change the link to your KG in the appsDisplay.ttl [L20](https://github.com/timea-solid/SolidHelloWorlds/blob/9bcb50f34c1e457427c0c72393f1ca4976005254/src/facetedSearchPage/appsDisplay.ttl#L20) and [L42](https://github.com/timea-solid/SolidHelloWorlds/blob/9bcb50f34c1e457427c0c72393f1ca4976005254/src/facetedSearchPage/appsDisplay.ttl#L42)
133134
9. Navigate to your project on your platform and you should see the index.html rendered.
134135

136+
***NOTE*** make sure to use minified versions of the libs (solid-ui, mashlib especially) otherwise the app load quite slow.
135137
***NOTE*** the adminPage is not working on a Pod deployment due to mashlib.
136138
***NOTE*** Unfortunately solid-ui only works with absolute URLs reason why in the config.js we need full URLs.
137139

138-
Example: my running demo is simply on two of my Pods. Main code is over at HelloWorld folder on [https://timea.solidcommunity.net/SolidHelloWorldDistributed/](https://timea.solidcommunity.net/HelloWorld/src/). The data and forms are on another Pod over at: [https://solidweb.me/timeacss/public/SolidHelloWorlds/](https://solidweb.me/timeacss/public/SolidHelloWorlds/). I made sure the SolidHelloWorlds folder has public access because this is where the single point of truth (the KG) is.
140+
Example: my running demo is deployed, in this case, on two of my Pods. Main code is over at HelloWorld folder on [https://timea.solidcommunity.net/SolidHelloWorldDistributed/](https://timea.solidcommunity.net/HelloWorld/src/). The data and forms are on another Pod over at: [https://solidweb.me/timeacss/public/SolidHelloWorlds/](https://solidweb.me/timeacss/public/SolidHelloWorlds/). I made sure the SolidHelloWorlds folder has public access because this is where the single point of truth (the KG) is.
139141

140142
# Attribution
141143

0 commit comments

Comments
 (0)