##// END OF EJS Templates
docs: clarify the need for having 'npm' and 'node' available in $PATH
Mads Kiilerich -
r8364:0765771d default
parent child Browse files
Show More
@@ -141,9 +141,13 b' You can now proceed to :ref:`install-fro'
141 141 Prepare front-end files
142 142 -----------------------
143 143
144 Finally, the front-end files must be prepared. This requires ``npm`` version 6
145 or later, which needs ``node.js`` (version 12 or later). Prepare the front-end
146 by running::
144 Finally, the front-end files with CSS and JavaScript must be prepared. This
145 depends on having some commands available in the shell search path: ``npm``
146 version 6 or later, and ``node.js`` (version 12 or later) available as
147 ``node``. The installation method for these dependencies varies between
148 operating systems and distributions.
149
150 Prepare the front-end by running::
147 151
148 152 kallithea-cli front-end-build
149 153
@@ -21,8 +21,8 b' 2. **Install Kallithea software.**'
21 21 This makes the ``kallithea-cli`` command line tool available.
22 22
23 23 3. **Prepare front-end files**
24 Some front-end files must be fetched or created using ``npm`` tooling so
25 they can be served to the client as static files.
24 Some front-end files must be fetched or created using ``npm`` and ``node``
25 tooling so they can be served to the client as static files.
26 26
27 27 4. **Create low level configuration file.**
28 28 Use ``kallithea-cli config-create`` to create a ``.ini`` file with database
General Comments 0
You need to be logged in to leave comments. Login now