Show More
@@ -141,9 +141,11 b' installed.' | |||||
141 | but build the Kallithea package itself locally instead of downloading it.) |
|
141 | but build the Kallithea package itself locally instead of downloading it.) | |
142 |
|
142 | |||
143 | .. note:: |
|
143 | .. note:: | |
144 |
Kallithea includes front-end code that needs to be processed |
|
144 | Kallithea includes front-end code that needs to be processed to prepare | |
145 | The tool npm_ is used to download external dependencies and orchestrate the |
|
145 | static files that can be served at run time and used on the client side. The | |
146 | processing. The ``npm`` binary must thus be available. |
|
146 | tool npm_ is used to download external dependencies and orchestrate the | |
|
147 | processing. The ``npm`` binary must thus be available at install time but is | |||
|
148 | not used at run time. | |||
147 |
|
149 | |||
148 |
|
150 | |||
149 | Web server |
|
151 | Web server |
@@ -54,7 +54,9 b' path to the root).' | |||||
54 | but when trying to do a push it will fail with permission |
|
54 | but when trying to do a push it will fail with permission | |
55 | denied errors unless it has write access. |
|
55 | denied errors unless it has write access. | |
56 |
|
56 | |||
57 | Finally, prepare the front-end by running:: |
|
57 | Finally, the front-end files must be prepared. This requires ``npm`` version 6 | |
|
58 | or later, which needs ``node.js`` (version 12 or later). Prepare the front-end | |||
|
59 | by running:: | |||
58 |
|
60 | |||
59 | kallithea-cli front-end-build |
|
61 | kallithea-cli front-end-build | |
60 |
|
62 |
General Comments 0
You need to be logged in to leave comments.
Login now