I'm trying to get the base box up and running using Vagrant. However, I'm running into some issues compiling the project (using /vagrant/app/app_up) where certain configuration variables are nil due to their not being set in /home/ubuntu/.bashrc. In particular, the one I'm running into is MEETUP_API_BASE, but there might also be issues with the Slack variables (i.e., SLACK_INVITE_API_BASE, SLACK_INVITE_API_TOKEN, SLACK_API_BASE, and SLACK_API_TOKEN).
I'm trying to get the base box up and running using Vagrant. However, I'm running into some issues compiling the project (using
/vagrant/app/app_up
) where certain configuration variables are nil due to their not being set in/home/ubuntu/.bashrc
. In particular, the one I'm running into isMEETUP_API_BASE
, but there might also be issues with the Slack variables (i.e.,SLACK_INVITE_API_BASE
,SLACK_INVITE_API_TOKEN
,SLACK_API_BASE
, andSLACK_API_TOKEN
).Actual Behavior
Compile error:
Expected Behavior
mix compile
does not throw any errors.Steps to Reproduce
mix compile
without the associated environment variables set in/home/ubuntu/.bashrc
.Relevant Specifications (OS, Hardware, etc.)