Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

HowToInstallPPFiles

Administrators.HowToInstallPPFiles History

Hide minor edits - Show changes to markup

November 26, 2006, at 09:25 AM by Tassos Koutsovassilis -
Changed lines 1-2 from:

Installing and uninstalling Porcupine applications is quite straightforward. After downloading the application's PPF file copy it inside the Porcupine installation folder. Before installing, stop Porcupine server. Then use the pakager utility:

to:

Installing and uninstalling Porcupine applications is quite straightforward. After downloading the application's PPF file copy it inside the Porcupine installation folder. Before installing, stop Porcupine server. Then use the pakager utility:

November 26, 2006, at 09:24 AM by Tassos Koutsovassilis -
Added line 4:
Added line 6:
Added line 12:
Added line 14:
November 26, 2006, at 09:24 AM by Tassos Koutsovassilis -
Deleted line 3:
Deleted line 4:
Deleted line 9:
Deleted line 10:
November 26, 2006, at 09:23 AM by Tassos Koutsovassilis -
Changed lines 3-4 from:

python pakager.py -i -p [path to application's ppf file]

to:

python pakager.py -i -p [path to application's ppf file]

Changed lines 7-8 from:

python pakager.py --install --package=[path to application's ppf file]

to:

python pakager.py --install --package=[path to application's ppf file]

Changed lines 11-12 from:

python pakager.py -u -p [path to application's ppf file]

to:

python pakager.py -u -p [path to application's ppf file]

Changed line 15 from:

python pakager.py --uninstall --package=[path to application's ppf file]

to:

python pakager.py --uninstall --package=[path to application's ppf file]

November 26, 2006, at 09:20 AM by Tassos Koutsovassilis -
Added lines 1-15:

Installing and uninstalling Porcupine applications is quite straightforward. After downloading the application's PPF file copy it inside the Porcupine installation folder. Before installing, stop Porcupine server. Then use the pakager utility:

python pakager.py -i -p [path to application's ppf file]

or

python pakager.py --install --package=[path to application's ppf file]

Likewise, before unistalling a Porcupine application make sure that Porcupine is not running. Then type the following:

python pakager.py -u -p [path to application's ppf file]

or

python pakager.py --uninstall --package=[path to application's ppf file]

Page last modified on November 26, 2006, at 09:25 AM