Hi guys,
first of all: Thank you for your great work. I am very excited about the coming stable version of open social.

My question/ problem:

I can't install Open Social in my virtual server enviroment, because of my memory limit is 256 MB, and that is to low for installing, right?
So I tried to install Open Social in my MAMP server of my local computer.
PHP 7.0.15 / MySQL 5.6.35

But every time I use your composer command:
composer create-project goalgorilla/social_template:dev-master DIR --no-interaction

it is installing beta11
Even if I use composer update, there is no updating-process.

Can you help me. What did I get wrong?
Thanks

Comments

chlodewig created an issue. See original summary.

chlodewig’s picture

Status: Active » Fixed

Although in MAMP php 7.0.15 was set, the module twitterAuth wanted to access the php version of the Mac. And that was php 5.5. That was the mistake. Now it runs perfectly.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.