All Projects → gautamkrishnar → Lychee Openshift Quickstart

gautamkrishnar / Lychee Openshift Quickstart

OpenShift Lychee Quickstart

Projects that are alternatives of or similar to Lychee Openshift Quickstart

Camel K
Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
Stars: ✭ 549 (+4123.08%)
Mutual labels:  openshift
Gluster Kubernetes
GlusterFS Native Storage Service for Kubernetes
Stars: ✭ 822 (+6223.08%)
Mutual labels:  openshift
Openshift Elasticsearch Plugin
Stars: ✭ 26 (+100%)
Mutual labels:  openshift
Auth0 React Samples
Auth0 Integration Samples for React Applications
Stars: ✭ 672 (+5069.23%)
Mutual labels:  quickstart
Aws Cognito Angular Quickstart
An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
Stars: ✭ 685 (+5169.23%)
Mutual labels:  quickstart
Mariadb Container
MariaDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 19 (+46.15%)
Mutual labels:  openshift
Openshift Docs
OpenShift 3 and 4 product and community documentation
Stars: ✭ 452 (+3376.92%)
Mutual labels:  openshift
Crunchy Containers
Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
Stars: ✭ 870 (+6592.31%)
Mutual labels:  openshift
Audit2rbac
Autogenerate RBAC policies based on Kubernetes audit logs
Stars: ✭ 702 (+5300%)
Mutual labels:  openshift
Devconsole Operator
Enable a developer-focused view in OpenShift 4 web console
Stars: ✭ 25 (+92.31%)
Mutual labels:  openshift
Active Directory Aspnetcore Webapp Openidconnect V2
An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
Stars: ✭ 671 (+5061.54%)
Mutual labels:  quickstart
Crc
Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes
Stars: ✭ 676 (+5100%)
Mutual labels:  openshift
Vue Electron Typescript Quickstart
A boilerplate of Electron app that uses Vue in TypeScript.
Stars: ✭ 22 (+69.23%)
Mutual labels:  quickstart
Maya
Maye 一个简洁小巧的快速启动工具
Stars: ✭ 553 (+4153.85%)
Mutual labels:  quickstart
Wicket Kotlin Quickstart
The Apache Wicket quickstart application rewritten in Kotlin language
Stars: ✭ 8 (-38.46%)
Mutual labels:  quickstart
Instapy Quickstart
💨 Simply get InstaPy up and running in minutes.
Stars: ✭ 519 (+3892.31%)
Mutual labels:  quickstart
Azure Openshift
RedHat Openshift Origin cluster on Azure
Stars: ✭ 17 (+30.77%)
Mutual labels:  openshift
Openshift Hybridizer
All in One Openshift Cluster Hybrid Cloud Provisioner
Stars: ✭ 13 (+0%)
Mutual labels:  openshift
Runnerty Quick Start
Runnerty quick start example project
Stars: ✭ 11 (-15.38%)
Mutual labels:  quickstart
Microservices Observability
This project is a demonstration on how to instrument, monitor and trace applications using java frameworks and open-source tools like prometheus, grafana and jaeger.
Stars: ✭ 23 (+76.92%)
Mutual labels:  openshift

Lychee on openshift

Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. Know more: http://lychee.electerious.com/

Install with one click

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

Click on the button below to deploy the best Photo-Management application to openshift:

![Click to install OpenShift](http://launch-shifter.rhcloud.com/launch/light/Click to install.svg)

How to use

I had configured everything for you. After installation you just need to point your browser to : http://lychee-yourdomain.rhcloud.com/

to access your own insance of Lychee on openshift.

You can login to the admin dashboard using:

username: admin
password: admin

Don't forget to change your default password to keep your data safe

If you are experiencing any problems, please open a new issue in this repository.

Installing via the command line

Create a PHP application :

rhc app create lychee php-5.4 mysql-5.5

You can also use any other custom name instead of 'lychee'. Remember to use that app name in the next command

Add this upstream Lychee quickstart repo

cd lychee
rm php/index.php
git remote add upstream -m master https://github.com/gautamkrishnar/Lychee-openshift-quickstart.git
git pull -s recursive -X theirs upstream master

Push the repo upstream to OpenShift

git push        

Head to your application at:

http://lychee-$yourdomain.rhcloud.com

To give your new lychee site a web address of its own, add your desired alias:

rhc app add-alias -a lychee --alias "$whatever.$mydomain.com"

Then add a cname entry in your domain's dns configuration pointing your alias to $whatever-$yourdomain.rhcloud.com.

Known Bugs

  • Don't make a new push after deploying... (Will be fixed soon)

Spread the word

Liked using Lychee in openshift! Don't forget to spread the word by starring this repo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].