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`
|
||||
|
||||
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:1123 registry.yarnpkg.com
|
||||
2a0a:e5c0:2:10::8c52:790a codeload.github.com
|
||||
|
||||
## Production notes
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
remote_src: yes
|
||||
force: yes
|
||||
|
||||
- name: Compile JavaScript sources with Grunt
|
||||
shell: grunt
|
||||
- name: Compile frontend sources with Grunt
|
||||
shell: "/usr/local/lib/npm/bin/grunt --force"
|
||||
args:
|
||||
chdir: "{{ release_dir }}"
|
||||
|
|
Loading…
Reference in a new issue