Skip to content

Commit

Permalink
Add external services
Browse files Browse the repository at this point in the history
  • Loading branch information
ksashikumar authored Jul 23, 2017
1 parent 6570375 commit 5a8f1a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Why Forli?
The first settlement of the ancient Roman Forum was built in approximately 188 BC by consul *Gaius Livius Salinator*, who gave it the Latin name *Forum Livii*, meaning "the place of the gens Livia".


### Installation Guide (Please follow links)

Forli requires:
Expand Down Expand Up @@ -41,6 +42,7 @@ $ bundle exec puma -C config/puma.rb -p 4000

The Rails API server runs in `port: 4000`


### Frontend Setup

Clone the Repo:
Expand All @@ -55,10 +57,18 @@ $ ember serve

The Ember frontend server runs in `port: 5050`. Once `ember serve` command starts, go to: [`http://localhost:5050`](http://localhost:5050)


### Metrics

The Sidekiq Web runs along with the Rails API server. To view the dashboard, go to: [`http://localhost:4000/sidekiq`](http://localhost:4000/sidekiq)


### External Services

- [`Akismet`](https://akismet.com) for Spam Filtering
- [`Algorithmia`](https://algorithmia.com/algorithms/nlp/SentimentAnalysis) for Sentiment Analysis


### Docker
```sh
$ docker-compose build
Expand Down

0 comments on commit 5a8f1a3

Please sign in to comment.