Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
updated script for ubuntu 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkk0 committed Mar 19, 2015
1 parent c3df3be commit d223520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Expand Up @@ -97,7 +97,7 @@ If everything worked out you can type `ant -version` in a terminal and it should
If everything worked out you can type `android -h` in a terminal and it should return the help text without errors.

### Install Java/Ant on Ubuntu
On Ubuntu you can do it with this [script](https://gist.github.com/teawithfruit/a2aae72e399d31e0898f).
On Ubuntu you can do it with this [script](https://gist.github.com/dirkk0/8414616) (old version [here](https://gist.github.com/teawithfruit/a2aae72e399d31e0898f) ).

## Setting up CouchDB
First, you need to [install it](http://docs.couchdb.org/en/latest/install/index.html) (this is not mandatory, but additionally you might want to install these [enhancements](https://github.com/dennishafemann/couchdb-futon-addons-log-stats-uuids). Once you did that, you can access the administration interface on http://yourip.com:5984 where you need to enable [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing).
Expand All @@ -118,4 +118,4 @@ If your CouchDB is not on a local machine, you need to edit the configfile (usua

To connect the web app to your own database, you only need to change the `remote`entry in [config file](https://github.com/pixelpark/ppnet/blob/master/www/config.json#L6) located in the www-folder.

Once you did that, you are good to go.
Once you did that, you are good to go.

0 comments on commit d223520

Please sign in to comment.