-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
35 lines (22 loc) · 1.42 KB
/
README
File metadata and controls
35 lines (22 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OpenStack Website Theme + Custom Page Types
WHAT IS IT?
openstack.org runs a PHP web application called Silverstripe. 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. Note that this project is only for the public openstack.org website and content. To participate in building the actual OpenStack software, go to:
http://wiki.openstack.org/HowToContribute
WHO DO I CONTACT WITH QUESTIONS?
Please contact Todd Morey: todd@openstack.org. I'll be happy to help in any way that I can.
WHAT'S INCLUDED
Included in this repository are the custom page types and theme assets that customize Silverstripe for http://www.openstack.org/
REQUIREMENTS FOR DEPLOYING OPENSTACK.ORG
To run the openstack.org website, the server environment needs:
- Apache 1.3 or greater
- PHP 5.2.0 or greater
- MySQL 5.0 or greater
Additionally, these items must be installed at the web root:
- Silverstripe 2.4
- The dataobject_manager module
Last, implement these customizations:
- Place the openstack folder in the webroot
- Place themes/openstack from this repository in /themes/openstack
TODO:
We need a way to provide a clean and current dump of the database, since a majority of the web content for the site is stored there. Also, we need detailed installation instructions to run the site locally on LAMP or MAMP.