Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willmendesneto/mst


https://github.com/willmendesneto/mst

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

MST site-novo
===
Projeto da TW Brasil em conjunto com MST e Brasil de Fato.

## Requirements
* mysql >= 5.0
* ruby >= 2.0

## Setup

Clone the repository:

```
git clone https://github.com/movimento-sem-terra/site-novo.git && cd site-novo
```

Run the setup script (it assumes you have a db user called "root"):

```
./setup
```

## Run

Start Jekyll:

```
jekyll serve -w
```

Point you browser to [http://localhost:4000/]()

Done :)