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 'composer install' step to vagrant build #789

Closed
dartajax opened this issue Mar 12, 2015 · 3 comments
Closed

Add 'composer install' step to vagrant build #789

dartajax opened this issue Mar 12, 2015 · 3 comments

Comments

@dartajax
Copy link
Member

There needs to be a 'composer install' step in the Puppet provisioning the vagrant build

@dartajax
Copy link
Member Author

NOTE: When doing 'composer install', at one point it prompts for github username and password... Here is the following info displayed for that section of the execution:

 - Installing phpunit/phpunit-skeleton-generator (2.0.1)
    Downloading: connection...
Could not fetch https://api.github.com/repos/sebastianbergmann/phpunit-skeleton-generator/zipball/c0eeb18f31893c2f0c387bce84f8a3816a0eacd1, enter your GitHub credentials to go over
 the API rate limit
A token will be created and stored in "/root/.composer/auth.json", your password will never be stored
To revoke access to this token you can visit https://github.com/settings/applications

@dartajax
Copy link
Member Author

It is necessary to provide some parameters as shown below the line. The defaults are provided within the brackets and can be selected by pressing Enter on the keyboard.


Some parameters are missing. Please provide them.
database_driver (pdo_mysql):
database_host (127.0.0.1):
database_port (null):
database_name (ilios):
database_user (ilios_user):
database_password (ilios_pass):
mailer_transport (smtp):
mailer_host (127.0.0.1):
mailer_user (null):
mailer_password (null):
locale (en):
secret (ThisTokenIsNotSoSecretChangeIt):
debug_toolbar (true):
debug_redirects (false):
use_assetic_controller (true):

@jrjohnson
Copy link
Member

We can get around #789 (comment) easily by creating a default parameter file for vagrant. There is already one for travis.

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

No branches or pull requests

4 participants