Closed unnawut closed 6 years ago
Issue/Task Number: T510
This PR adds node (required by jest) and yarn to support the upcoming Admin Panel front end.
node.yml
yarn.yml
deb
.deb
From your goban directory on your host machine, run vagrant provision. The provisioning should complete successfully and you should see the following tasks completed:
vagrant provision
TASK [ewallet : install nodejs gpg key] **************************************** changed: [ewallet] TASK [ewallet : install nodejs] ************************************************ changed: [ewallet] TASK [ewallet : install yarn gpg key] ****************************************** changed: [ewallet] TASK [ewallet : install yarn repository] *************************************** changed: [ewallet] TASK [ewallet : install yarn] ************************************************** changed: [ewallet] => (item=[u'yarn=1.5.1-1']) TASK [ewallet : install yarn dependencies] ************************************* changed: [ewallet]
Pull the latest commit. Run vagrant provision from your host machine.
Issue/Task Number: T510
Overview
This PR adds node (required by jest) and yarn to support the upcoming Admin Panel front end.
Changes
node.yml
for nodejs installationyarn.yml
for yarn installationImplementation Details
deb
flag to point to a specific.deb
path insteadUsage
From your goban directory on your host machine, run
vagrant provision
. The provisioning should complete successfully and you should see the following tasks completed:Impact
Pull the latest commit. Run
vagrant provision
from your host machine.