Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willmendesneto/mst
https://github.com/willmendesneto/mst
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willmendesneto/mst
- Owner: willmendesneto
- License: gpl-2.0
- Created: 2014-10-05T15:39:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-28T06:33:26.000Z (over 10 years ago)
- Last Synced: 2023-03-23T03:36:54.260Z (almost 2 years ago)
- Size: 9.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)