mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
confusion on dependencies
This commit is contained in:
parent
e13608492b
commit
95977e1ca3
1 changed files with 7 additions and 0 deletions
|
@ -160,6 +160,13 @@
|
|||
# chdir: "{{ sugarizer_location }}/sugarizer/server"
|
||||
# when: internet_available and is_F18 and not node_modules_exists
|
||||
|
||||
# Add a nodejs express function that appends a prefix to urls
|
||||
- name: Install path prefix proxy
|
||||
command: npm install --allow-root --unsafe-perm=true path-prefix-proxy
|
||||
args:
|
||||
chdir: "{{ sugarizer_location }}/{{ sugarizer_server_version }}"
|
||||
when: internet_available
|
||||
|
||||
# 5. PLACE CONFIG FILES
|
||||
|
||||
- name: Configure sugarizer.service (systemd), sugarizer.conf (Apache) and sugarizer.ini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue