Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Don't work with grav latest version #1

Open
ossplus opened this issue Dec 28, 2015 · 23 comments
Open

Don't work with grav latest version #1

ossplus opened this issue Dec 28, 2015 · 23 comments

Comments

@ossplus
Copy link

ossplus commented Dec 28, 2015

Grav have decided to change the minimum requirements for Grav from PHP 5.4.40 to 5.5.9 to stay in line with the new minimum version of some of key vendor libraries.

so you should change to use openshift-diy-php

@gautamkrishnar
Copy link
Owner

Thanks @jojouser I Will modify the code soon

@rhcarvalho
Copy link

@gautamkrishnar you could update the quick start to use this cartridge here:
https://github.com/boekkooi/openshift-cartridge-php

And use PHP 5.6.16 👍

@gautamkrishnar
Copy link
Owner

Ok thanks a lot 👍 @rhcarvalho

@msrnoob
Copy link

msrnoob commented Jan 22, 2016

@gautamkrishnar please update the one click installer for the latest version of grav.

@gautamkrishnar
Copy link
Owner

@imosman sure...

@gautamkrishnar
Copy link
Owner

@rhcarvalho started working on this issue on diy branch

gautamkrishnar added a commit that referenced this issue Jan 22, 2016
@gautamkrishnar
Copy link
Owner

@laobubu i am using your code of "openshift-php5.5-cgi-apache" and i am getting a 404.. any idea on this?
check out the branch:
https://github.com/gautamkrishnar/grav-openshift-quickstart/tree/diy

@laobubu
Copy link

laobubu commented Jan 23, 2016

After the first git-pushing to OpenShift, you shall run bash ${OPENSHIFT_REPO_DIR}/misc/make.sh via SSH, to compile the PHP 5.5.18. (that's what my index.cgi does)

You can also choose another php version by editing misc/make.sh. Good luck.

BTW, it will be great if you update README by adding a link to https://github.com/laobubu/openshift-php5.5-cgi-apache

@gautamkrishnar
Copy link
Owner

@laobubu thanks. Sure i will do it 😄

@gautamkrishnar gautamkrishnar self-assigned this Jan 23, 2016
@gautamkrishnar
Copy link
Owner

@laobubu calling it in the build script on action hooks dir, doesn't works. Is there any other way i can call it automaticially when the app is deployed?

@laobubu
Copy link

laobubu commented Jan 23, 2016

Merge #2 and solve 😄

@gautamkrishnar
Copy link
Owner

@laobubu thanks a lot 👍

@rhcarvalho
Copy link

🎉 nice

@gautamkrishnar
Copy link
Owner

Still showing 404 :(

@laobubu
Copy link

laobubu commented Jan 24, 2016

Seems you deleted .htaccess and /admin doesn't exist.

  1. Modify httpd.conf , AllowOverrid from None to All
  2. Your .htaccess

@gautamkrishnar
Copy link
Owner

@laobubu ok thanks. i will do it soon

@ghost
Copy link

ghost commented Mar 6, 2016

Has /admin been fixed yet? I am unable to access it.

@gautamkrishnar
Copy link
Owner

yes sorry for that. @Shuttle099 currently i don't have much time to spend on this. You can still ssh into your server and run the following commands to install the admin plugin:

cd app-root/repo/php/bin/bin/
gpm install admin

@gautamkrishnar
Copy link
Owner

@jojouser @hexplor @laobubu Can you help me on this please...

@gautamkrishnar
Copy link
Owner

gautamkrishnar commented Apr 15, 2016

@laobubu it is running PHP 5.3.3, but Grav needs at least PHP 5.5.9 to run...
How to set that version of PHP??

@laobubu
Copy link

laobubu commented Apr 16, 2016

sorry but not got your point.

@gautamkrishnar
Copy link
Owner

Oh sorry, just a typo, How to set the php version of the cartridge ? @laobubu

@laobubu
Copy link

laobubu commented Apr 17, 2016

Hard way: Create your own components, like
https://github.com/boekkooi/openshift-cartridge-php

Easy way: create a DIY cartridge. If you want to use your own PHP during
using SSH, please read:
https://github.com/laobubu/openshift-php5.5-cgi-apache/wiki/FAQ-(-have-problem%3F-read-this-first!-)#wrong-php-version-on-ssh--scripts

2016-04-16 16:27 GMT+08:00 Gautam krishna.R notifications@github.com:

Oh sorry, just a typo, How to set the php version of the cartridge ?
@laobubu https://github.com/laobubu


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#1 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants