@oberd/olive
v0.3.25
Published
Oberd development tools, shaken not stirred
Readme
Olive
Oberd application development toolkit
Getting Started
Set up your npm registry to include private oberd packages By adding the following lines to
~/.npmrcregistry = https://npm.oberd.com/ strict-ssl = falseInstall olive cli globally for access to the command line
npm install -g oberd-olive
Deploying
Send your public key found in
~/.ssh/id_rsa.pubto Nathan or MattWe will add you as an sshcommand user on medamine (by running the following)
cat ~/.ssh/id_rsa.pub | ssh [email protected] "sudo sshcommand acl-add dokku bob"Add medamine as remote
git remote add medamine [email protected]:[MY_APP_NAME]Git push a branch to the remote
git push medamine master
Linking to an Oberd instance
Push your app up to medamine
Configure an Oberd backend
ssh [email protected] config [MY_APP_NAME] OBERD_APP=[OBERD_APP_NAME]ssh [email protected] config [MY_APP_NAME] OBERD=https://{prefix}[OBERD_APP_NAME].medamine.comLink to Redis
ssh [email protected] redis:link [MY_APP_NAME] [REDIS_INSTANCE_NAME]
Deploying an instance of Oberd Core
- Deploy Oberd repository to an app
- Link Oberd service app to redis instance
- Link Oberd service app to Oberd Base instance
