/README.md

https://bitbucket.org/decore/my-svadba.ru · Markdown · 34 lines · 19 code · 15 blank · 0 comment · 0 complexity · c5d81191dc8df9dc026c405727452374 MD5 · raw file

  1. Base project on serve
  2. =============
  3. Learn more about serve:
  4. <https://github.com/jlong/serve/>
  5. How install and run project?
  6. -------------------------------
  7. 1. Install ruby
  8. debian/ubuntu: apt-get install ruby
  9. 2. Install rubygems
  10. debian/ubuntu:
  11. apt-get install rubygems
  12. export PATH=/var/lib/gems/1.8/bin:$PATH
  13. 3. Install bundle:
  14. gem install bundle
  15. 4. Install gems:
  16. bundle install
  17. 5. Run serve:
  18. serve
  19. 6. http://localhost:4000