Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellfish2/zope2.buildout
Zope2 Buildout sin Plone
https://github.com/hellfish2/zope2.buildout
Last synced: 1 day ago
JSON representation
Zope2 Buildout sin Plone
- Host: GitHub
- URL: https://github.com/hellfish2/zope2.buildout
- Owner: hellfish2
- License: gpl-2.0
- Created: 2014-06-12T14:33:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T14:48:55.000Z (over 10 years ago)
- Last Synced: 2024-11-11T11:13:18.023Z (2 months ago)
- Language: Python
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
zope2.buildout
==============Configuración de buildout para el servidor de aplicaciones Zope2
Requerimientos
==============Estos son los requerimientos mínimos de instalación: ::
aptitude install gcc g++ make tar unzip bzip2 libssl-dev libxml2-dev zlib1g-dev libjpeg62-dev libreadline6-dev readline-common wv xpdf-utils python2.7-dev libxslt1-dev
Inicialización del proyecto
===========================Para la inicialización del proyecto Buildout, ejecute el siguiente comando: ::
python bootstrap.py
Construcción del proyecto
=========================Para la construcción del proyecto Buildout, ejecute el siguiente comando: ::
./bin/buildout
Ejecutar servidor Zope2
=======================Para ejecutar servidor Zope2, ejecute el siguiente comando: ::
./bin/zope2 fg