Skip to content

Commit

Permalink
Update Github install with NPM commands for B5
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Jan 9, 2023
1 parent 90eb533 commit 9a962ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions admin-manual/installation/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,18 @@ For development environments, the dev libraries should also be installed:
sudo ~/composer.phar install
After downloading the code, you will need to compile the CSS files:
After downloading the code, you will need to compile the themes files:

.. code-block:: bash
sudo apt install npm make
sudo npm install -g "less@<4.0.0"
sudo npm install -g "less@<4.0.0" n
sudo n stable
sudo npm install
sudo npm run build
sudo make -C /usr/share/nginx/atom/plugins/arDominionPlugin
sudo make -C /usr/share/nginx/atom/plugins/arArchivesCanadaPlugin
sudo rm -rf node_modules
.. _installation-ubuntu-create-database:

Expand Down

0 comments on commit 9a962ee

Please sign in to comment.