Skip to content

CodericBrainstorm/roundcube-openshift-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift RoundCube Quickstart

Roundcube webmail...

...is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking.

This Quickstart has an accompanying blog post How To Setup Your Own Free Mail Server.

Setup

Create an OpenShift application with PHP, MySQL, and PHPMyAdmin cartridges

rhc app create roundcube php-5.3 mysql-5.1 phpmyadmin
cd roundcube

Pull the source code from this Quickstart

git pull -s recursive -X theirs git://github.com/openshift-quickstart/roundcube-openshift-quickstart.git

and import the database from a file in repository

php/SQL/mysql.initial.sql

Push the code back to OpenShift to deploy

git push origin master

Notes

This Quickstart is pre-configured to be used with the Mailgun service, however there are no blockers to use any other available service. To change this, edit the php/config/main.inc.php file accordingly.

About

RoundCube @ OpenShift & Mailgun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.7%
  • SourcePawn 23.0%
  • TeX 5.0%
  • CSS 2.3%
  • HTML 2.0%
  • JavaScript 1.6%
  • Other 0.4%