Skip to content
Robert Gaggl edited this page Dec 2, 2012 · 1 revision

rp config

rp config

Description

While rp is pretty much configuration-free, there might be situations where you'll need to reconfigure it (eg. when switching between different RingoJS installations or between package registries).

With rp config you can interactively configure which local RingoJS installation rp should use, and which package registry it should work with.

rp stores it's configuration in a subdirectory of the user's home directory. On Linux/OS X the directory is $HOME/.rp/, on Windows USER_HOME/rp/. The configuration data will be stored in a file "config" within the rp directory.

Tip: Whenever you switch to a different package registry do a rp cache init afterwards to ensure that the cached registry catalog is updated.

Clone this wiki locally