Skip to content

Commit

Permalink
Update README to run scaladex
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Jul 19, 2016
1 parent 868feef commit 41f6f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ cache:
- $HOME/.sbt/boot/
script:
- sbt test
- sbt server/universal:packageBin
- sbt scaladexJVM/universal:packageBin
# - sbt sbtScaladex/scripted

git:
submodules: false

before_script:
- 'gem install sass --version "=3.2.12"'
- 'gem install sass --version "=3.2.12"'
9 changes: 5 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ sbt scaladex:publish
$ git submodule init
$ git submodule update
$ sbt
> data/reStart elastic
> project server
> data/reStart elastic # do only once to populate the indices
> project scaladexJVM # this is the server
> ~re-start
open http://localhost:8080
```

Then, open `localhost:8080` in your browser.

## How to publish the Scaladex-Plugin

Expand Down Expand Up @@ -157,4 +158,4 @@ The idea behind sbt-scaladex is to notify the scala index of a new libraries bei

* `sbt universal:packageBin`
git clone git@github.com:scalacenter/scaladex.git
nohup ~/webapp/bin/server -Dconfig.file=scaladex-credentials/application.conf &
nohup ~/webapp/bin/server -Dconfig.file=scaladex-credentials/application.conf &

0 comments on commit 41f6f86

Please sign in to comment.