personium / setup-vagrant

Vagrantfile and ansible for setting up of personium.io
Apache License 2.0
4 stars 9 forks source link

The file path of Unit Manager to replace is incorrect #25

Closed KourokiTakuto closed 5 years ago

KourokiTakuto commented 5 years ago

Problem

The directory structure has been changed by modifying https://github.com/personium/app-uc-unit-manager/commit/84741c6b2d749580ce7642f1d020972b9084d6f3

Solution

After cloning the repository to your local machine, modify the following file and run the installation again.

File name

ansible\tasks\bastion\init_personium_ex.yml

Current content

...
app-uc-unit-manager/src/js/login.js
app-uc-unit-manager/src/htmls/en/snapshot.html
...

Change to the following

...
app-uc-unit-manager/src/html/js/login.js
app-uc-unit-manager/src/html/templates/en/snapshot.html
...