Deployment corrections
This commit is contained in:
parent
bab65fbb1c
commit
a7c55c45b5
2 changed files with 5 additions and 3 deletions
|
@ -79,10 +79,12 @@ Now access the admin panel with the user account you created earlier: http://loc
|
||||||
|
|
||||||
Issues with migrating database tables in SQLite during development? Try `./manage.py migrate --fake`
|
Issues with migrating database tables in SQLite during development? Try `./manage.py migrate --fake`
|
||||||
|
|
||||||
Having trouble installing any packages with npm or yarn? Add IPv6 addresses to your hosts:
|
Trouble installing packages with npm or yarn? Add IPv6 addresses to your hosts:
|
||||||
|
|
||||||
|
2606:4700:10::6814:162e nodejs.org
|
||||||
2606:4700::6810:1823 registry.npmjs.org
|
2606:4700::6810:1823 registry.npmjs.org
|
||||||
2606:4700::6810:1123 registry.yarnpkg.com
|
2606:4700::6810:1123 registry.yarnpkg.com
|
||||||
|
2a0a:e5c0:2:10::8c52:790a codeload.github.com
|
||||||
|
|
||||||
## Production notes
|
## Production notes
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
- name: Compile JavaScript sources with Grunt
|
- name: Compile frontend sources with Grunt
|
||||||
shell: grunt
|
shell: "/usr/local/lib/npm/bin/grunt --force"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ release_dir }}"
|
chdir: "{{ release_dir }}"
|
||||||
|
|
Loading…
Reference in a new issue