New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

teachable-marketing

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teachable-marketing

== README

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Teachable CMS Marketing Site

Documentation

https://github.com/UseFedora/teachable-marketing/wiki

Setup

To install dependencies:

$ bundle install
$ yarn install

Setup the database:

$ rake db:create
$ rake db:migrate

Get Production Data

First, connect to the production VPN. Then:

$ yarn import-prod:local

Start Servers

You'll need 3 processes.

Web server:

$ bundle exec rails server

Sidekiq for processing background jobs:

$ bundle exec sidekiq

And webpack for compiling and serving assets:

$ yarn start

Authentication

In development mode, you don't need to go through the real authentication flow, you'll click on which admin user to login as.

To circumvent this, and use a proper setup, make sure to run AAA and InternalSSO.

After that, you can disable the fake login by setting the environment variable:

AAA_FAKE_MODE="false"
AAA_URL="[[REPLACE ME WITH THE REAL LOCAL URL]]"

FAQs

Package last updated on 20 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc