8000 GitHub - jboolean/cwcom
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jboolean/cwcom

 
 

Repository files navigation

cw

Install dependencies

System dependencies

Install poetry, a python dependency manager, globally.

On Mac:

brew install poetry

and also Docker, which is used to package dependencies in a lambda-like virtual environment

brew install docker

Docker must be running to package for deploys.

JS dependencies

nvm use
npm install

Python dependencies:

poetry install

Run dev server

npm run start

Deployment

The production environments consists of

  • Django running in AWS Lambda
  • media in an S3 bucket
  • statics in an s3 bucket
  • Database in RDS Postgres

npm is installed with serverless to facilitate deployment to lambda

Docker is required for building dependencies for lambda during deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.5%
  • HTML 19.9%
  • CSS 12.0%
  • Sass 9.9%
  • JavaScript 3.7%
0