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: docs/install/install-from-packages.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,13 +206,13 @@ make start-backend
206
206
The Plone backend server starts up and emits messages to the console.
207
207
208
208
```console
209
-
Starting application
210
-
2022-09-18 23:14:27,119 INFO [chameleon.config:38][MainThread] directory cache: /path-to/my_project/project-title/backend/instance/var/cache.
211
-
2022-09-18 23:14:30,812 INFO [plone.volto:22][MainThread] Aliasing collective.folderish classes to plone.volto classes.
212
-
2022-09-18 23:14:31,889 INFO [Zope:42][MainThread] Ready to handle requests
213
-
Starting server in PID 53838.
214
-
2022-09-18 23:14:31,893 INFO [waitress:486][MainThread] Serving on http://[::1]:8080
215
-
2022-09-18 23:14:31,893 INFO [waitress:486][MainThread] Serving on http://127.0.0.1:8080
209
+
2022-09-24 01:30:17,799 WARNING [ZODB.FileStorage:411][MainThread] Ignoring index for /<path-to-project>/my_project/project-title/backend/instance/var/filestorage/Data.fs
210
+
2022-09-24 01:30:19,639 INFO [chameleon.config:38][MainThread] directory cache: /<path-to-project>/my_project/project-title/backend/instance/var/cache.
211
+
2022-09-24 01:30:23,680 INFO [plone.volto:22][MainThread] Aliasing collective.folderish classes to plone.volto classes.
212
+
2022-09-24 01:30:24,935 INFO [Zope:42][MainThread] Ready to handle requests
213
+
Starting server in PID 92714.
214
+
2022-09-24 01:30:24,940 INFO [waitress:486][MainThread] Serving on http://[::1]:8080
215
+
2022-09-24 01:30:24,940 INFO [waitress:486][MainThread] Serving on http://127.0.0.1:8080
0 commit comments