{"id":21662692,"url":"https://github.com/codesyntax/sale.buildout","last_synced_at":"2025-03-20T05:48:30.461Z","repository":{"id":145195740,"uuid":"48053646","full_name":"codesyntax/sale.buildout","owner":"codesyntax","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-16T07:28:46.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-25T07:27:25.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesyntax.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-15T15:59:55.000Z","updated_at":"2015-12-15T16:00:08.000Z","dependencies_parsed_at":"2023-04-16T03:41:17.510Z","dependency_job_id":null,"html_url":"https://github.com/codesyntax/sale.buildout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fsale.buildout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fsale.buildout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fsale.buildout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fsale.buildout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesyntax","download_url":"https://codeload.github.com/codesyntax/sale.buildout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560373,"owners_count":20472219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T10:17:43.498Z","updated_at":"2025-03-20T05:48:30.443Z","avatar_url":"https://github.com/codesyntax.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"Buildout configuration for sale.buildout\n======================================\n\n.. contents:\n\nThis buildout contains by itself, all the configuration needed\nto run sale.buildout website: zope, Plone and webserver configuration\nwill be handled from here.\n\nUsage\n------\n\nTo run this buildout, you will need to install python 2.7. Check the\npackage manager of your operating system or download and install it\nmanually, either using the sources_ or using the python_buildout_.\n\nYou will also need to install virtualenv_ a tool to properly isolate\nthis buildout from external libraries. If you install Python using\nfor OS' package manager search for python-virtualenv and install that\npackage too. If you install it using the python_buildout_ you won't need\nany extra step. If you have installed python from sources_, check\nthe `virtualenv installation guidelines`_.\n\nFrom this point on, all these steps must be executed with a user\n*without root permission*.\n\nCreate a virtualenv in this directory::\n\n  $ /path/to/virtualenv-2.7 .\n\nInstall buildout::\n\n  $ ./bin/pip install zc.buildout\n\nRun the buildout::\n\n  $ ./bin/buildout -vv\n\nRun the buildout with deployment configuration::\n\n  $ ./bin/buildout -c deployment.cfg -vv\n\nThis will create a Zope instance, with all the products stated in the\nbuildout configuration. This Zope instance will be created as a ZEO client\nso a ZEO server will also be created. You can manualy run this server and\nclient as follows::\n\n  $ ./bin/zeo start\n  $ ./bin/instance start\n  or\n  $ ./bin/instance fg\n\nFor production systems a supervisor job is created to run this site without\nmuch effort::\n\n  $ ./bin/supervisord\n\nTo stop everything::\n\n  $ ./bin/supervisorctl stop all\n\nTo restart just one process::\n\n  $ ./bin/supervisorctl\n  MailMe                           RUNNING    pid 17576, uptime 45 days, 23:09:24\n  Memmon                           RUNNING    pid 17575, uptime 45 days, 23:09:24\n  zeoprojectname                   RUNNING    pid 17577, uptime 45 days, 23:09:24\n  zopeprojectname8080              RUNNING    pid 25846, uptime 4 days, 20:29:37\n  supervisor\u003e restart zopeprojectname\n\nOr shutdown all processes::\n\n  $ ./bin/supervisorctl shutdown\n\n\nFor production environment, you will need to install Apache or Nginx using your\nOS' package manager or either manually. Please check with your System Administrator\nthe steps needed to achieve that.\n\nAfter installing Apache or Nginx, ask your System Administrator to symlink\nthe configuration file for either Apache or Nginx generated by this buildout\nthat live on ./etc/apache-vh.conf or ./etc/nginx-vh.conf\n\nYou shouldn't need to change the configuration on those files, they will be\nrewritten each time buildout is run.\n\nIf you change any configuration that lives on those files (port numbers,\nserver names, ...) you will need to restart your Apache/Nginx.\n\nWe also provide a basic Varnish configuration on the file varnish.cfg and also HAProxy\nconfiguration, if you want to use a caching server and/or a load balancer. Check\nthe files varnish.cfg and haproxy.cfg\n\n\n\n.. _sources: https://www.python.org/downloads/\n.. _python_buildout: https://github.com/collective/buildout.python\n.. _virtualenv: https://pypi.python.org/pypi/virtualenv\n.. _`virtualenv installation guidelines`: http://www.virtualenv.org/en/latest/virtualenv.html#installation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fsale.buildout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesyntax%2Fsale.buildout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fsale.buildout/lists"}