Labs/Ubiquity/Ubiquity 0.1 Development Tutorial: Difference between revisions

(→‎Finding Something to Work On: added note about good-for-beginners)
Line 25: Line 25:
Uninstall your current version of Ubiquity from your Firefox Addons and then run:
Uninstall your current version of Ubiquity from your Firefox Addons and then run:


   python manage.py install
   python manage.py install --profile=<profile name>


This will generate a new build of the Ubiquity extension from the source checkout and install it with your local Firefox instance.
(Replace <profile name> with the name of the profile into which you prefer to install the extension.)
 
If you haven't created any profiles, then the profile you are using is called 'default'.  To install Ubiquity into the default profile, do this:


If you have a separate profile that you'd prefer to install the
  python manage.py install --profile=default
extension under, such as 'testing', you can add that as an optional
parameter:


  python manage.py install --profile=testing
This will generate a new build of the Ubiquity extension from the source checkout and install it with your local Firefox instance.


Now you are all set to become a pro Ubiquity hacker!
Now you are all set to become a pro Ubiquity hacker!
1,007

edits