OpenStack Foundation web site software
Go to file
OpenDev Sysadmins a38fc75543 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:25:34 +00:00
ICLA Merge "Workflow documentation is now in infra-manual" 2014-12-19 14:13:00 +00:00
change_password [smarcet] - #7810 2014-12-04 11:43:21 -03:00
datepicker [smarcet] - #7612 2014-11-24 14:06:33 -03:00
elections [smarcet] - #7793 2014-12-04 11:44:47 -03:00
events [spalenque] - #7812 *WIP 2014-12-04 11:44:14 -03:00
feeds [smarcet] - updated apache header 2014-10-31 16:59:18 -03:00
form_html_purifier [smarcet] - updated apache header 2014-10-31 16:59:18 -03:00
geoip [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
googlesitemaps [smarcet] 2014-11-24 14:05:30 -03:00
html2pdf_v4.03 [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
jobs [spalenque] - #7837 *DONE 2014-12-08 16:16:46 -03:00
logs [smarcet] 2014-12-05 12:16:32 -03:00
maintenance [smarcet] 2014-12-05 12:16:32 -03:00
marketplace [spalenque] - #7812 *WIP 2014-12-04 11:44:14 -03:00
news [smarcet] - #7612 2014-11-24 14:06:33 -03:00
openstack [smarcet] - #7863 2014-12-09 15:09:08 -03:00
openstack-diagram [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
registration Merge "Workflow documentation is now in infra-manual" 2014-12-19 14:13:00 +00:00
simplepie [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
smtpmailer [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
themes/openstack Merge "Workflow documentation is now in infra-manual" 2014-12-19 14:13:00 +00:00
.gitignore Update .gitignore 2014-10-31 17:08:39 -03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:34 +00:00
README.md Workflow documentation is now in infra-manual 2014-12-05 03:55:21 +00:00
composer.json [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
favicon.ico [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
robots_for_direct.txt [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
sample._ss_environment.php [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
sample.htaccess [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
web.config [smarcet] - initial commit 2014-10-31 16:21:41 -03:00

README.md

Overview

The OpenStack Foundation Website

WHAT IS IT?

This project includes the code that powers the openstack.org website, which is itself powered by a PHP web application called Silverstripe, and we've made several customizations to meet the specific needs of OpenStack. More about the Silverstripe CMS is available here: http://silverstripe.org/

This repository is designed to help other project members develop, test, and contribute to the openstack.org website project, or to build other websites. Note that this project is based on ther code that powers the public openstack.org website , not the openstack cloud software itself. To participate in building the actual OpenStack cloud platform software, go to: http://docs.openstack.org/infra/manual/developers.html

WHY RELEASE THE SOURCE?

The OpenStack.org website helps promote OpenStack, the open source cloud computing platform. We felt it only make sense to share the code that powers our website so that other open source projects might benefit, and so that developers in our community might help us improve the code that powers the website dedicated to promoting their favorite open source project.

A REMINDER ON TRADEMARKS:

In light of the trademarks held by the OpenStack Foundation, it is important that you not use the code to build a website or webpage that could be confused with the openstack.org website, including by building a site or page with the same look and feel of the openstack.org site or by using trademarks that are the same as or similar to marks found on the openstack.org site. For the rules regarding other uses of OpenStack trademarks, see the OpenStack Trademark Policy http://www.openstack.org/brand/openstack-trademark-policy/ and the OpenStack Brand Guide http://www.openstack.org/brand/. Please contact logo@openstack.org with any questions.

LICENSE:

Unless otherwise noted, all code is released under the APACHE 2.0 License http://www.apache.org/licenses/LICENSE-2.0.html

WHO DO I CONTACT WITH QUESTIONS? For now we will continue to use Lanchpad bugs to track issues: https://bugs.launchpad.net/openstack-org/

WHAT'S INCLUDED Included in this repository are:

Third Party:

  • The Silverstripe CMS v 3.1.x (via Composer, for easy of deployment)

WHAT'S NOT INCLUDED

  • Images - You'll note many missing images throughout the site. This is due to one of the following: trademark restrictions (see above), copyright restrictions, OpenStack sponsors, file size restrictions.

REQUIREMENTS FOR DEPLOYING

To run, the server environment needs:

  • Apache 1.3 or greater
  • PHP 5.2.0 or greater
  • MySQL 5.0 or greater

INSTALLATION

The project uses composer (https://getcomposer.org/) to manage all dependencies

to install run following commands

  • curl -sS https://getcomposer.org/installer | php
  • php composer.phar install
  • php composer.phar dump-autoload --optimize
  • chmod 777 -R vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer

DATABASE OpenStack will provide a db dump on a weekly basis, purged of protected data. The dump can be found https://mycloud.rackspace.com/cloud/920805/files#object-store%2CcloudFiles%2CDFW/www.openstack.org-cron-db-backups-purged/. The database will create one default admin user. All other data will need to be populated by the user.

TODO: We need detailed installation instructions to run the site locally on LAMP or MAMP.

SUBMITTING PATCHES:

We ask that all contributors sign the OpenStack CLA, consistent with how we manage other OpenStack projects: http://docs.openstack.org/infra/manual/developers.html#account-setup . Please note that this process is based on the Apache Software Foundation model, and the CLA does NOT require copyright assignment.

In the future we will integrate with the OpenStack gerrit system for managing reviwes. Once that is rolled out, the CLA signature check will be automated to prevent unauthorized pull requests. In the interim, we will verify contributors manually based on the email address associated with their Gerrit account. If your email address in gerrit is different than the one you use for github, please note that in the pull request.