Zope applicationcontrol
Project description
The application control instance is usually generated upon startup.
This package provides runtime information adapter for application
control and Zope version. Also provide a utility with methods for
shutting down and restarting the server.
Developer Resources
-------------------
- Subversion browser:
http://svn.zope.org/zope.app.applicationcontrol/
- Read-only Subversion checkout:
$ svn co svn://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
- Writable Subversion checkout:
$ svn co svn+ssh://userid@svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
=======================
Installing This Package
=======================
Prerequisites
-------------
The installation steps below assume that you have the cool new 'setuptools'
package installed in your Python. Here is where to get it:
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ /path/to/your/python ez_setup.py # req. write access to 'site-packages'
- Docs for EasyInstall:
http://peak.telecommunity.com/DevCenter/EasyInstall
- Docs for setuptools:
http://peak.telecommunity.com/DevCenter/setuptools
- Docs for eggs:
http://peak.telecommunity.com/DevCenter/PythonEggs
Installing a Development Checkout
---------------------------------
Check out the package from subversion:
$ svn co svn+ssh://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk \
src/zope.app.applicationcontrol
$ cd src/zope.app.applicationcontrol
Install it as a "devlopment egg" (which also installs its "hard"
dependencies):
$ /path/to/your/python setup.py devel
The installation of dependency eggs uses the 'setup.cfg' file in
the checkout. You can supply '--find-links' on the command line to
point it at a non-standard package repository.
Running the Tests
-----------------
To test the package, you will also need the 'zope.testing' package, which
can't (yet) be automatically installed. Eventually, you should be able to
type:
$ /path/to/your/python setup.py test
and have it install the "testing dependencies." Today, the workaround
is to install it manually:
$ /path/to/easy_install --find-links="...." zope.testing
You can then run the tests (finally) from the checkout directory:
$ /path/to/your/python test.py
Running:
.............
Ran 13 tests with 0 failures and 0 errors in 0.094 seconds.
Installing a Source Distribution
--------------------------------
You can also install it from a source distribution:
$ /path/to/easy_install --find-links="...." -eb src zope.app.applicationcontrol
$ cd src/zope.app.applicationcontrol
$ /path/to/your/python setup.py devel
Installing a Binary Egg
-----------------------
Install the package as a "binary egg" (which also installs its "hard"
dependencies):
$ /path/to/easy_install --find-links="...." zope.app.applicationcontrol
=======
CHANGES
=======
Version 3.4.1 (2007-09-27)
--------------------------
- rebumped to replace faulty egg
Version 3.4.0 (2007-09-25)
--------------------------
- Initial documented release
- Reflect changes form zope.app.error refactoring
This package provides runtime information adapter for application
control and Zope version. Also provide a utility with methods for
shutting down and restarting the server.
Developer Resources
-------------------
- Subversion browser:
http://svn.zope.org/zope.app.applicationcontrol/
- Read-only Subversion checkout:
$ svn co svn://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
- Writable Subversion checkout:
$ svn co svn+ssh://userid@svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
=======================
Installing This Package
=======================
Prerequisites
-------------
The installation steps below assume that you have the cool new 'setuptools'
package installed in your Python. Here is where to get it:
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ /path/to/your/python ez_setup.py # req. write access to 'site-packages'
- Docs for EasyInstall:
http://peak.telecommunity.com/DevCenter/EasyInstall
- Docs for setuptools:
http://peak.telecommunity.com/DevCenter/setuptools
- Docs for eggs:
http://peak.telecommunity.com/DevCenter/PythonEggs
Installing a Development Checkout
---------------------------------
Check out the package from subversion:
$ svn co svn+ssh://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk \
src/zope.app.applicationcontrol
$ cd src/zope.app.applicationcontrol
Install it as a "devlopment egg" (which also installs its "hard"
dependencies):
$ /path/to/your/python setup.py devel
The installation of dependency eggs uses the 'setup.cfg' file in
the checkout. You can supply '--find-links' on the command line to
point it at a non-standard package repository.
Running the Tests
-----------------
To test the package, you will also need the 'zope.testing' package, which
can't (yet) be automatically installed. Eventually, you should be able to
type:
$ /path/to/your/python setup.py test
and have it install the "testing dependencies." Today, the workaround
is to install it manually:
$ /path/to/easy_install --find-links="...." zope.testing
You can then run the tests (finally) from the checkout directory:
$ /path/to/your/python test.py
Running:
.............
Ran 13 tests with 0 failures and 0 errors in 0.094 seconds.
Installing a Source Distribution
--------------------------------
You can also install it from a source distribution:
$ /path/to/easy_install --find-links="...." -eb src zope.app.applicationcontrol
$ cd src/zope.app.applicationcontrol
$ /path/to/your/python setup.py devel
Installing a Binary Egg
-----------------------
Install the package as a "binary egg" (which also installs its "hard"
dependencies):
$ /path/to/easy_install --find-links="...." zope.app.applicationcontrol
=======
CHANGES
=======
Version 3.4.1 (2007-09-27)
--------------------------
- rebumped to replace faulty egg
Version 3.4.0 (2007-09-25)
--------------------------
- Initial documented release
- Reflect changes form zope.app.error refactoring
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for zope.app.applicationcontrol-3.4.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80fa6e73c4e389bafd726a5f1600587bde680d27a601dd76a7ca004dddafb95a |
|
MD5 | a0c9a92f156dc4c4d5c3eccb6a2d430b |
|
BLAKE2b-256 | afbc1b8cdd98d66bbb025f58dd2db8afa9622562f314342205e2adb29a365c35 |
Close
Hashes for zope.app.applicationcontrol-3.4.1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdf5cd5593f582049ce259d2648de31385146bd3dd2096251d220d460f8bcfd8 |
|
MD5 | 38bf2e79969a03982757373f5267f770 |
|
BLAKE2b-256 | 1e990777a0787802ac8edad2bfdfa7aa47a25f713dbb48e800c30e16ecd42886 |