mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
comments/readability
This commit is contained in:
parent
fe15176ce9
commit
d8f813252a
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
shell: "rm -rf {{ doc_root }}/sugarizer*"
|
||||
when: sugarizer_version == "sugarizer-1.0"
|
||||
|
||||
# 1. DOWNLOAD /opt/iiab/sugarizer
|
||||
# 1. DOWNLOAD+LINK /opt/iiab/sugarizer
|
||||
|
||||
- name: Clone llaske/sugarizer ({{ sugarizer_git_version }}) from GitHub to /opt/iiab (CAN TAKE SEVERAL MINUTES)
|
||||
git:
|
||||
|
@ -21,9 +21,9 @@
|
|||
dest: "{{ sugarizer_location }}/sugarizer"
|
||||
state: link
|
||||
|
||||
# 2. DOWNLOAD /opt/iiab/sugarizer-server
|
||||
# 2. DOWNLOAD+LINK /opt/iiab/sugarizer-server
|
||||
|
||||
# July 2018: http://download.iiab.io/packages/sugarizer-server-1.0.tar.gz
|
||||
# 2018-07-11: http://download.iiab.io/packages/sugarizer-server-1.0.tar.gz
|
||||
# was flawed, as documented at:
|
||||
# https://github.com/iiab/iiab/pull/814#issuecomment-404211098
|
||||
# Versions of MongoDB, npm (& Node.js ?) matter! Sugarizer 1.0 Context:
|
||||
|
@ -90,10 +90,10 @@
|
|||
package:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
when: internet_available and (is_ubuntu_18 or not is_debuntu)
|
||||
with_items:
|
||||
- nodejs
|
||||
- npm
|
||||
when: internet_available and (is_ubuntu_18 or not is_debuntu)
|
||||
|
||||
# 4. RUN "npm install" TO POPULATE ~35MB /opt/iiab/sugarizer-server/node_modules
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue