[Аккорды] Владимир Соколы (ВВС) - "Street Workout" - Твой Рай (Как Минин Денис)

1
Comments
[Аккорды] Владимир Соколы (ВВС) -

Аккорды песни Владимир Соколы (ВВС) - "Street Workout" - Твой Рай (Как Минин Денис) http://www.youtube.com/watch?v=S7KO5CeIV0k Проигрыш: Am G Am G Am G Русь пробудилась мы видим сами, C G Am Русь прирастает богатырями Всем сильным духом неведом страх, Проводим время на турниках Припев C Dm Качай бицуху, качай грудак, F C Качай как Минин Денис "вот так!" Am Dm Зимой и летом всегда качай C G Am И Street Workout - твой рай Проигрыш Workout - сила, Workout - мощь, Неважно солнце мороз иль...

Read further...

[Fixed] "CARTRIDGE_VERSION_2: line 1: 2: command not found" OpenShift application push error

1
Comments
[Fixed]

After pushing updated version of my  wordpress blog to OpenShift git repository, I have got "CARTRIDGE_VERSION_2: line 1: 2: command not found" error. You could see this error if you are pushing your changes in Drupal, Wordpress, Rails, Spring, Django, Reveal.js, CakePHP, or Dancer applications. To fix this error go to OpenShift applications repository and get the latest version of your app (wordpress-example): git clone https://github.com/openshift/wordpress-example.git Then copy and replace .o...

Read further...

Synchronize OpenShift application after update

1
Comments
Synchronize OpenShift application after update

For this blog I am using OpenShift cloud (started plan).   After updating wordpress engine through admin panel, updated files are not available in application git repository because they were not commited to git on remote server. To synchronize your OpenShift application with git repository you should perform following steps: Install and configure rhc command line tool as described here Connect to your application through ssh Go to OpenShift application page. Copy ssh connection string (lik...

Read further...