From ea34e4bad8463c60497f34127632697d63f9b836 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Sat, 10 Oct 2015 14:45:57 +0200 Subject: Updated README for Hubzilla on OpenShift --- .openshift/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openshift/README.md b/.openshift/README.md index c778b8f32..3ed5fd595 100644 --- a/.openshift/README.md +++ b/.openshift/README.md @@ -9,7 +9,7 @@ rhc app-create your_app_name php-5.4 mysql-5.5 cron phpmyadmin --namespace your_ Make a note of the database username and password OpenShift creates for your instance, and use these at https://your_app_name-your_domain.rhcloud.com/ to complete the setup. -NOTE: PostgreSQL is NOT support yet. +NOTE: PostgreSQL is NOT supported by the deploy script yet. Update To update, consider your own workflow first. I have forked Hubzilla code into my GitHub account to be able to try things out, this remote repo is called origin. Here is how I fetch new code from upstream, merge into my local repo, then push the updated code both into origin and the remote repo called openshift. @@ -26,7 +26,7 @@ Symptoms of need for MySQL database administration are: ###How to fix crashed tables in MySQL Using MySQL and the MyISAM database engine can result in table indexes coming out of sync, and you have at least two options for fixing tables marked as crashed. -- Use the database username and password OpenShift creates for your instance at #^https://your_app_name-your_domain.rhcloud.com/phpmyadmin/ to login via the web into your phpMyAdmin web interface, click your database in the left column, in the right column scroll down to the bottom of the list of tables and click the checkbox for marking all tables, then select Check tables from the drop down menu. This will check the tables for problems, and you can then checkmark only those tables with problems, and select Repair table from the same drop down menu at the bottom. +- Use the database username and password OpenShift creates for your instance at https://your_app_name-your_domain.rhcloud.com/phpmyadmin/ to login via the web into your phpMyAdmin web interface, click your database in the left column, in the right column scroll down to the bottom of the list of tables and click the checkbox for marking all tables, then select Check tables from the drop down menu. This will check the tables for problems, and you can then checkmark only those tables with problems, and select Repair table from the same drop down menu at the bottom. - You can login to your instance with SSH - see OpenShift for details - then ``` -- cgit v1.2.3