Accessing the Development Zope Instance
This note describes how to access the management interface of the development Zope instance.
Core Developers, Designers, and Site Administrators use the development Zope instance to create, test, and publish components of the Vasudeva Service Application. To access the development Zope instance, point your browser at http://zopedev.vasudevaservice.com
You will see a login page. Enter your user name and password as prompted, and click Login.
Your development sandbox is located under the Zope Root at
/dev/<your name>
This is where development work takes place. Core Developers and Designers develop code in their sandboxes. The code is then copied to the staging area, where it is tested. Finally, the successfully tested code is pushed to the production area, at which point it goes live on the internet.
Before working, take a few moments to read Developing Code for Production.
