/README.md
Markdown | 34 lines | 19 code | 15 blank | 0 comment | 0 complexity | c5d81191dc8df9dc026c405727452374 MD5 | raw file
1Base project on serve
2=============
3
4Learn more about serve:
5
6<https://github.com/jlong/serve/>
7
8How install and run project?
9-------------------------------
10
111. Install ruby
12
13 debian/ubuntu: apt-get install ruby
14
152. Install rubygems
16
17 debian/ubuntu:
18 apt-get install rubygems
19 export PATH=/var/lib/gems/1.8/bin:$PATH
20
213. Install bundle:
22
23 gem install bundle
24
25
264. Install gems:
27
28 bundle install
29
305. Run serve:
31
32 serve
33
346. http://localhost:4000