Skip to content

Commit

Permalink
Merge pull request #77 from ablwr/patch-1
Browse files Browse the repository at this point in the history
adds local installation instructions
  • Loading branch information
JeromeMartinez authored Jul 31, 2017
2 parents a8f6708 + 092fdf1 commit 0af4a14
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
13 changes: 0 additions & 13 deletions HowToBuild.txt

This file was deleted.

34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# MediaConch website

# Table of Repositories
## Installation

### Debian 8

```
apt-get install ruby ruby-dev nodejs git gcc make zlib1g-dev
gem install github-pages
jekyll build
```

### Windows

```
http://rubyinstaller.org/downloads/
rubyinstaller
DevKit
gem install github-pages
```

### Mac

Ruby is required. Please use Ruby version >= `ruby-2.3.0` Using the `rvm` package manager is recommended.

1. Clone repository
2. Navigate to repository
3. If you don't already have it, `gem install bundler`
4. Run `bundle`
5. Run `jekyll serve --baseurl='/MediaConch'`
6. Navigate browser to http://localhost:4000/MediaConch/

## Table of Repositories

#### [MediaConch](https://github.com/MediaArea/MediaConch)
The original repository for the MediaConch project, this repository holds all public documentation related to Phase I of the project (the design phase) and some metadata-related work.
Expand All @@ -12,7 +42,7 @@ This repository hosts the source code for MediaConch, the GUI.
This is the source code for MediaConchOnline, the online version of the MediaConch shell.

#### [MediaConch-Website](https://github.com/MediaArea/MediaConch-Website)
This is the repository for content hosted on [https://mediaarea.net/MediaConch/](https://mediaarea.net/MediaConch/).
This is the repository for content hosted on [https://mediaarea.net/MediaConch/](https://mediaarea.net/MediaConch/).

#### [MediaAreaXml](https://github.com/MediaArea/MediaAreaXml)
This repository holds XSD (XML Schema Definitions) for MediaConch, MediaInfo, and MediaTrace.
Expand Down

0 comments on commit 0af4a14

Please sign in to comment.