Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juangesino/oracle

Q&A platform built with Meteor
https://github.com/juangesino/oracle

collaboration meteor meteorjs productivity question-answering questions-and-answers

Last synced: 1 day ago
JSON representation

Q&A platform built with Meteor

Awesome Lists containing this project

README

        


Oracle


Ask the web





## About

Oracle is a questions and answers platform. Anyone can ask questions and anyone can help find an answer.

## Setup

1. **Install Meteor**

On Linux & Mac:

```sh
> curl https://install.meteor.com/ | sh
```

This will setup [Meteor](http://github.com/meteor/meteor) (including [Node](https://github.com/nodejs/node) and [Mongo](https://github.com/mongodb/mongo) if necessary).

> _Note:_ Windows users must [download installer](https://www.meteor.com/install).

2. **Clone Repository**

```sh
> git clone https://github.com/juangesino/oracle.git
> cd oracle
```

3. **Install Dependencies**

If you have npm installed:

```sh
> npm install
```

If you only have meteor:

```sh
> meteor npm install
```

4. **Run**

While in repository directory run:

```sh
> meteor run
```

Load browser and go to [http://localhost:3000/](http://localhost:3000/)

## Deploy

### Heroku

Follow these steps to deploy the Meteor app on Heroku.

## Contributing

1. Fork it ( https://github.com/juangesino/oracle/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## License

See [MIT-LICENSE](https://github.com/juangesino/oracle/blob/master/LICENSE).