Sha256: 77be916009436d77fda585d8bb8064f67561e32cf75cd233bcd03a22d11f4bfe

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 KB

Contents

= Install =

  alias be='bundle exec '
  alias dc='docker-compose '

Copy and edit the config file:

  cp _env .env

Check out the repository and run:

  bundle

Ask Victor to add your user (email) to the remote auth server. Or use test-1@wasya.co

Note: the mongodb port is 27041.

  dc up -d mongo_development
  dc up -d localstack_development

In the rails console ( cd test/dummy ; be rails c ):

  profile = Wco::Profile.create email: 'test-1@wasya.co'
  inbox   = Wco::Tag.create slug: 'inbox'

You need a copy of wco_models.git locally ( default location is ~/projects/ruby/wco_models )

  awslocal s3api create-bucket --bucket wco-email-development
  awslocal s3api create-bucket --bucket wco-email-ses-development

== Troubleshooting ==

Issue:

  checking for yaml.h... no
  yaml.h not found

Solution:

  brew install libyaml

= Use =

Please see below for example usage commands.

  cd test/dummy
  be sidekiq -q wco_email_rb_mailers -q wco_email_rb_default -q wco_email_rb

  docker run \
    --rm -it \
    -p 127.0.0.1:4566:4566 \
    -p 127.0.0.1:4510-4559:4510-4559 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    localstack/localstack

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wco_email-0.1.1.93 README.txt
wco_email-0.1.1.92 README.txt
wco_email-0.1.1.91 README.txt
wco_email-0.1.1.90 README.txt