Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # 예비맘 프로젝트 #
  2. 산후조리원에 대한 다양한 정보와 신뢰성있는 리뷰를 제공하기 위한 서비스
  3.  
  4.  
  5. ## Deployment ##
  6.  
  7. #### 1. Deploy Assets ####
  8. This is first step to deploy new release version of yebimom to existing web server.
  9. Below command uploads static files ( including CSS, JS, Fonts, Images, etc ... ) to S3,
  10. and creates cached versions of assets ( ex, `yebimom.min.css` -> `css/yebimom.min.023d1297272c.css` )
  11.  
  12. ```
  13. $ python manage.py collectstatic --settings=yebimom.settings.production -v2
  14. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement