Skip to content

mmahut/statusnet-openshift-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statusnet on OpenShift

This quickstart will help you get Statusnet up and running on Openshift.

Running on OpenShift

  1. Create an account at http://openshift.redhat.com/

  2. Create a php-5.3 application (you can call your application whatever you want)

    rhc app create -a statusnet -t php-5.3

  3. Add a MySQL cartridge to your gear

    rhc cartridge add -a statusnet -c mysql-5.1

  4. Add this upstream git repository

    cd statusnet git remote add upstream -m master git://github.com/mmahut/statusnet-quickstart.git git pull -s recursive -X theirs upstream master

  5. Then push the repo to your application

    git push

  6. Login into your application URL with the login details below and change them.

    Login: Admin Password: OpenShiftAdmin

Integrate with Twitter

  1. Create yourself a new application at http://dev.twitter.com/apps/ and set the callback URL to http://statusnet-$username.rhcloud.com/index.php/twitter/authorization, also set the access read and write in the application settings.

  2. Add the following to your config.php with your application consumer secrets

    addPlugin('TwitterBridge'); $config['twitter']['enabled'] = true; $config['twitterimport']['enabled'] = true; $config['admin']['panels'][] = 'twitter'; $config['twitter']['consumer_key'] = 'TLRBX1Ucf8UzYrjYqw'; $config['twitter']['consumer_secret'] = 'LziE2TX6yEZaqaH2hcHypX99WYuOpQC7yFM';

  3. Login into your statusnet and go to Settings -> Twitter. Connect your account and choose your Preferences.

About

OpenShift Statusnet quickstart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages