Skip to content

Conversation

@SurferJeffAtGoogle
Copy link
Contributor

No description provided.

ENV DOCUMENT_ROOT /app/web

# add write permissions to var directory for cache, logs, and session
RUN mkdir -p /app/var
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/tmp is always writable. Is it possible to use /tmp instead?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's possible, you can go back to runtime:php

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied the Dockerfile that is written when using runtime:php. So I don't know the answer to that question. Who authored the Dockerfile created when deploying runtime:php?

Setting runtime:php failed for me. Let's try that again in a follow up PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How it's failing?

@SurferJeffAtGoogle
Copy link
Contributor Author

Ready for another look.

* limitations under the License.
*/

namespace Google\Cloud\Samples\AppEngine\Symfony;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The namespace seems wrong

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Google\Cloud\Samples\AppEngine\Flexible\Memcache?

* limitations under the License.
*/
require __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../../../../testing/ExecuteCommandTrait.php';
Copy link
Contributor

@tmatsuo tmatsuo May 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: ExecuteCommandTrait.php is not needed any more

@tmatsuo
Copy link
Contributor

tmatsuo commented May 27, 2016

LGTM

Update DeployTest.php to copy composer.json.
@SurferJeffAtGoogle
Copy link
Contributor Author

I'll look at mocks in a follow-up PR now.

@bshaffer
Copy link
Contributor

LGTM once tests pass!

@tmatsuo
Copy link
Contributor

tmatsuo commented May 27, 2016

#108 merged, so let's restart the travis job

@SurferJeffAtGoogle SurferJeffAtGoogle merged commit 004c538 into master May 27, 2016
@SurferJeffAtGoogle SurferJeffAtGoogle deleted the squashMemFlex2 branch May 27, 2016 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants