Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing typo in README #154

Merged
merged 2 commits into from
Nov 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
[![Code Climate](https://codeclimate.com/github/Cloud-CV/EvalAI/badges/gpa.svg)](https://codeclimate.com/github/Cloud-CV/EvalAI)


EvalAI is an open source web application that helps researchers, students and data-scientists to create, collaborate and participate in various AI challenges organized round the globe.
EvalAI is an open source web application that helps researchers, students and data-scientists to create, collaborate and participate in various AI challenges organized round the globe.

## How to setup

Setting up EvalAI on your local machine is really easy.
Setting up EvalAI on your local machine is really easy.
Follow this guide to setup your development machine.

1. Install [git], [postgresql] and [virtualenv], in your computer, if you don't have it already.

2. Get the source code on your machine via git.

```shell
git clone https://github.com/Cloud-CV/EvalAI.git evalai
```
Expand All @@ -33,7 +33,7 @@ Follow this guide to setup your development machine.
```

4. Rename `settings/dev.sample.py` as `dev.py` and change credential in `setting/dev.py`

```
cp settings/dev.sample.py settings/dev.py
```
Expand All @@ -54,7 +54,7 @@ Follow this guide to setup your development machine.


7. Open a new terminal window with node install on your machine and type

```
cd frontend
npm install
Expand All @@ -64,20 +64,20 @@ Follow this guide to setup your development machine.
8. To build static files(develpoment) type

```
gulp dev
```
gulp dev
```

9. That's it, Now to connect to dev server at http://127.0.0.1:8000
9. That's it, Now to connect to dev server at http://127.0.0.1:8888

```
gulp connect
```
gulp connect
```

10. To check for static files change run gulp watch task in new terminal window

```
gulp watch
```
gulp watch
```

## Contribution guidelines

Expand Down