Skip to content

Commit

Permalink
Added info configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
presidenten committed Oct 25, 2013
1 parent aa3580f commit 9ddd83e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ Run server

node bowers-nest.js

Copy .bowerrc to to your project and have fun!
Copy templates/.bowerrc to to your project and have fun!
Now these commands will use your private Bower registry

bower search
bower install <package-name>
bower remove <package-name>

### Grunt tasks, how to register packages etc
### How to register packages etc

Register package with name = unicorn
Register package with name = unicorn. Run this command and follow on screen instructions

grunt register:unicorn

To register package with name and URL, please use curl like so
To register package without automatically setting up git repository, run this command

curl http://<ip-adress>:<port>/packages/ -v -F 'name=package1' -F 'url=http://repo1.git'

Expand All @@ -81,15 +81,15 @@ Sync with official Bower registry packages

### Example usage scenario

- Install and start the server
- Install, configure and start the server

- Add your package

grunt register:<my-package>

- Follow onscreen instructions to add the new git remote and push your code into it

- Add .bowerrc in your new development project
- Add templates/.bowerrc in your new development project

- Install your new package along with all dependencies

Expand Down

0 comments on commit 9ddd83e

Please sign in to comment.