Skip to content

Commit

Permalink
for admins
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 16, 2013
1 parent 79221e7 commit 0c91a31
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,23 @@ visualizations with reproducible program code that makes the plots.

See <http://vis.supstat.com> for more information.

For admins, you are recommended to compile the website under Linux, and you
will need a couple of packages. For example, you can install them under
Ubuntu:

```bash
sudo apt-get install rake jekyll sshfs r-base
```

Then `install.packages('knitr')` in R. The whole website can be built (after
all missing packages have been installed) using

```bash
rake knit
```

and previewed at http://localhost:4000 by

```bash
rake preview
```

0 comments on commit 0c91a31

Please sign in to comment.