aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-10-10 14:45:57 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-10-10 14:45:57 +0200
commitea34e4bad8463c60497f34127632697d63f9b836 (patch)
treede7b5b07ee45cbbea10011f0c9c976b9511c5d42
parent258e2d197a6dd2f432a04c7fc5cddae97eded21f (diff)
downloadvolse-hubzilla-ea34e4bad8463c60497f34127632697d63f9b836.tar.gz
volse-hubzilla-ea34e4bad8463c60497f34127632697d63f9b836.tar.bz2
volse-hubzilla-ea34e4bad8463c60497f34127632697d63f9b836.zip
Updated README for Hubzilla on OpenShift
-rw-r--r--.openshift/README.md4
1 files 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
```