Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-configured Gitpod to make it easier for contributors to contribute #1149

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

tylers-username
Copy link

Features

  • Adds Gitpod development environment
  • Ready to run tests
  • Environment configured on deploy
    • e.g. composer install
    • semi-auto-configured PLATFORM_CLI_TOKEN. Contributor prompted to provide token the first time they launch the Gitpod.
  • Adds Gitpod documentation
  • Adds Gitpod dockerfile- only because Gitpod defaults to PHP 8.1 but we need PHP 7.4

.gitpod.yml Outdated Show resolved Hide resolved
@@ -58,7 +58,7 @@ public function install($path, array $dependencies, $global = false)
file_put_contents($path . '/requirements.txt', $this->formatRequirementsTxt($dependencies));
$command = $this->getCommandName() . ' install --requirement=requirements.txt';
if (!$global) {
$command .= ' --prefix=.';
$command .= ' --prefix=';
Copy link
Collaborator

Choose a reason for hiding this comment

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

what does this change do?

Tyler Mills and others added 2 commits August 15, 2022 10:27
* Provide authentication hints
* Increase security: Gitpod environments are shared, therefore their environment variables are shared.
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.

2 participants