Marcus Christie created AIRAVATA-3521:
-----------------------------------------
Summary: Ansible: add nodejs/yarn install to django role
Key: AIRAVATA-3521
URL: https://issues.apache.org/jira/browse/AIRAVATA-3521
Project: Airavata
Issue Type: Task
Components: Django Portal
Reporter: Marcus Christie
We don't generally build frontend code on the Django portal web servers, but we
do sometimes when utilizing webhooks.
Here are the manual steps I used recently to install nodejs and yarn on a
Centos 7 server:
{code}
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo yum install -y nodejs
curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee
/etc/yum.repos.d/yarn.repo
sudo yum install yarn
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)