Skip to content

Commit

Permalink
adds *complete* instructions for how to run the project locally #6
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 14, 2017
1 parent 29796ad commit a363eb4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,32 @@ and **temporarily** <br />
so you need to start your server in the **same terminal**
where you ran the `source` command_.

#### Install Dependencies

```
mix deps.get
npm install
```

#### Creat the Database (_if it does not already exist_)

```
mix do ecto.create
```

#### Run the Server

```
mix phoenix.server
```
You should see:
```
[info] Running Dwylbot.Endpoint with Cowboy using http://localhost:4000
```

#### View the Project in your Web Browser

Open http://localhost:4000 in your web browser.


### _Understanding_ The Project

0 comments on commit a363eb4

Please sign in to comment.