-
Notifications
You must be signed in to change notification settings - Fork 2
config
Robert Gaggl edited this page Dec 2, 2012
·
1 revision
rp config
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.