Skip to content

bramws/openshiftcollectiveaccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollectiveAccess Openshift 1.2
==============================

Create a free Red Hat Openshift account: https://openshift.redhat.com    

Getting started: https://openshift.redhat.com/app/getting_started

CollectiveAccess installation: http://wiki.collectiveaccess.org/index.php?title=Installation_%28Providence%29

INSTALLATION
============

1) rhc-create-domain -n domain -l email
2) rhc-create-app -s -a collectiveaccess -t php-5.3 -l email 
3) cd collectiveaccess
4) git remote add upstream -m master git://github.com/bramws/openshiftcollectiveaccess.git 
5) git pull -s recursive -X theirs upstream master
6) git push
7) rhc-ctl-app -a collectiveaccess -e add-cron-1.4 -l email 
8) rhc-ctl-app -a collectiveaccess -e add-mysql-5.1 -l email  
9) cd php and edit setup.php with database configuration from step 8 and the help file: http://collectiveaccess-domain.rhcloud.com/help.php (change domain in domain from step 1) 
        define("__CA_BASE_DIR__", "/var/lib/stickshift/9443bfadl88046c8ab0d7a182f4cc766/collectiveaccess/repo/php");
        define("__CA_SITE_HOSTNAME__", "collectveaccess-domain.rhcloud.com");
	define("__CA_DB_HOST__", "DB host");
	define("__CA_DB_USER__", "admin");
	define("__CA_DB_PASSWORD__", "DB Password");
	define("__CA_DB_DATABASE__", "collectiveaccess");
	date_default_timezone_set("Europe/Brussels");
	define("__CA_ADMIN_EMAIL__", "email"); 
10) git add setup.php
10) git commit -m "setup.php"
12) git push
13) Finish CollectiveAccess installation on http://collectiveaccess-domain.rhcloud.com/install (change domain in domain from step 1)

About

CollectiveAccess for OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published