This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a commit to branch gc/8524
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/gc/8524 by this push:
new e97b0ff0c fixup! fixup! [#8524] upgraded url installation path for
Node in Docker file
e97b0ff0c is described below
commit e97b0ff0c70d9ada894220e43689a55725c60aca
Author: Guillermo Cruz <[email protected]>
AuthorDate: Tue Oct 24 17:44:35 2023 -0600
fixup! fixup! [#8524] upgraded url installation path for Node in Docker file
---
Allura/docs/getting_started/install_each_step.rst | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/Allura/docs/getting_started/install_each_step.rst
b/Allura/docs/getting_started/install_each_step.rst
index d4377d29f..e2f981a93 100644
--- a/Allura/docs/getting_started/install_each_step.rst
+++ b/Allura/docs/getting_started/install_each_step.rst
@@ -195,17 +195,8 @@ Allura uses a background task service called "taskd" to do
async tasks like send
A few more steps, if using git
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-If you're using a released version of Allura, these are already done for you.
These commands will prepare final JS & CSS files.
-For non-Ubuntu installations see
https://nodejs.org/en/download/package-manager/ for other options to replace
the first line here:
-
-.. code-block:: bash
-
- (env-allura)~$ curl --silent --location
https://deb.nodesource.com/setup_16.x | sudo bash -
- (env-allura)~$ sudo apt-get install nodejs
- (env-allura)~$ cd ~/src/allura
- (env-allura)~$ npm ci
- (env-allura)~$ npm run build
-
+If you're using a released version of Allura, these are already done for you.
You can read more about the installation instructions at
https://github.com/nodesource/distributions#installation-instructions.
+For non-Ubuntu installations see
https://nodejs.org/en/download/package-manager/
The application server
~~~~~~~~~~~~~~~~~~~~~~