Code Monkey home page Code Monkey logo

site's Introduction

Command Examples

Here are some command examples.

Heroku:

Get an environment variable:

heroku config:get STACKHERO_MARIADB_HOST

List all environment variables:

heroku config

Open PHPMyAdmin:

heroku addons:open ah-mariadb-stackhero

PHPMyAdmin configuratrion: https://dashboard.stackhero.io/account/organizations/org-a9ursj/stacks/stk-j7gfyn/services/svc-2h47k2/configure/

Client:

mysql -h yqk6vk.stackhero-network.com -u root -p --ssl

Drush:

heroku run drush uli

Redis

Reference: https://devcenter.heroku.com/articles/heroku-redis

# List all addons
heroku addons
# Adding redis
heroku addons:create heroku-redis:hobby-dev -a polar-basin-71973
heroku addons:info heroku-redis
heroku config | grep REDIS

Issue found: https://help.heroku.com/HC0F8CUS/redis-connection-issues

Filesystem

https://www.fomfus.com/articles/how-to-create-a-drupal-8-project-for-heroku-part-1/ https://www.drupal.org/project/flysystem_s3 https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys Drupal and S3 Integration| Drupal with Private, Public or Presigned URL's

  • Create an amazon S3 bucket account;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.