Woocommerce on Radicle?

Hey,

Two quick questions:

  1. what’s the best way to get started with Woocommerce with Radicle? Is it the Sage/Woocommerce package?
  2. What’s the default database credentials and DB name when using Lando locally? Is it pulling from the .env file?
  1. Yes
  2. No, it uses .lando.env but you can run lando info to get the database DB port

From the lando info output:

internal_connection: { host: 'database', port: '3306' },
external_connection: { host: '127.0.0.1', port: '65109' },

Use the external_connection port, and heads up, it changes each time you restart Lando

1 Like