from something that starts with
-----BEGIN OPENSSH PRIVATE KEY-----
to something that starts with
AWS_S3_BUCKET= | |
AWS_S3_ACCESS_KEY_ID= | |
AWS_S3_SECRET_ACCESS_KEY= |
Look at LSB init scripts for more information.
Copy to /etc/init.d
:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)
# Generate new ssh key (from github)
# https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/EXAMPLE_rsa
# example using profile in ~/.aws/config | |
aws --profile some-profile-name \ | |
iam attach-role-policy \ | |
policy-arn arn:aws:iam::aws:policy/AWSElasticBeanstalkMulticontainerDocker \ | |
--role-name aws-elasticbeanstalk-service-role |
nope.php
:
<?php
echo "some undefined variable" + $undefined_shit;
echo "please don't print";
php nope.php
Related Stackoverflow Question:
https://superuser.com/a/206826/55267
Related answer:
https://superuser.com/a/206826/55267
# setup
This is quite a 'classic' problem and the immediate thought ("just do it mySQL") doesn't work here because of the need to have the rails piece that encodes a password that is entered.
So you need to actually use rails, something like this (this should all be happening in your local development environment which is the default when working locally):
You need to create a user.
Try this:
cd the_root_of_the_project
You'll need jupyter and some tools to draw plots :)
pip3 install jupyter
pip3 install matplotlib numpy pandas
jupyter notebook