Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf655920

Browse files
committed
regen
Signed-off-by: Pekka Klärck <peke@iki.fi>
1 parente745294 commitf655920

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎_site/README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#robotframework.github.com
22

3-
This repository hosts Robot Framework's public website available at[robotframework.github.com](http://robotframework.github.com). It uses[Ruby](http://www.ruby-lang.org/)programming language and it'stools[Jekyll](https://github.com/mojombo/jekyll) (a static website generator) and[jekyll-rst](https://github.com/xdissent/jekyll-rst) (a[reStructuredText](https://github.com/xdissent/jekyll-rst)-plugin), among others.
3+
This repository hosts Robot Framework's public website available at[robotframework.github.com](http://robotframework.github.com). It uses[Ruby](http://www.ruby-lang.org/)basedtools[Jekyll](https://github.com/mojombo/jekyll) (a static website generator) and[jekyll-rst](https://github.com/xdissent/jekyll-rst) (a[reStructuredText](https://github.com/xdissent/jekyll-rst)plugin), among others.
44

5-
<b>Important to note:</b> As this site is hosted inGithub Pages, the <tt>master</tt> branch hosts the files. The <tt>source</tt> branch is where the development happens and from where site is deployed to <tt>master</tt> branch. You should not therefore change any files in <tt>master</tt> branch-- rather, do your work in <tt>source</tt> branch and deploy to <tt>master</tt>.
5+
<b>Important to note:</b> As this site is hosted inGitHub Pages, the <tt>master</tt> branch hosts the files. The <tt>source</tt> branch is where the development happens and from where site is deployed tothe<tt>master</tt> branch. You<b>should not</b> therefore change any files inthe<tt>master</tt> branchdirectly. Rather, do your work inthe<tt>source</tt> branch and deploy to the <tt>master</tt>.
66

77
#Table of Contents
88

9-
-[Setting up the development environment](#setting-up)
9+
-[Setting up the development environment](#setting-up-the-development-environment)
1010
-[Working with the site](#working-with-the-site)
1111
-[Build and deploy](#building-and-deploying)
1212

13-
#Setting up
13+
#Setting up the development environment
1414

1515
The preferable way to install Ruby is via[RVM](https://rvm.io/rvm/install/). Follow install instructions on the linked page to get RVM, then make sure you have Ruby 1.9.3 and Rubygems installed correctly:
1616

@@ -53,7 +53,7 @@ On Linux, you might get the following exception:
5353
This means you are missing zlib or zlib-Ruby -bindings. Install them from aptitude and reinstall Ruby with RVM. (The following works on Linux Mint -- see[Stackoverflow thread](http://stackoverflow.com/questions/9727908/cannot-load-such-file-zlib-even-after-using-rvm-pkg-install-zlib) for more details)
5454

5555
$ sudo aptitude install zlib1g-dev
56-
$ rvm reinstallruby1.9.3
56+
$ rvm reinstall 1.9.3
5757
$ gem install bundler
5858

5959
Next, clone the repository, switch to <tt>source</tt> branch, and install Ruby dependencies with bundler:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp