Skip to content

neo4j-contrib/community-discourse

Folders and files

NameName
Last commit message
Last commit date
Sep 28, 2021
Sep 29, 2021
Dec 17, 2020
Sep 29, 2021
Mar 16, 2019
Jun 29, 2021
Feb 18, 2025
Feb 18, 2025
Dec 16, 2020
Sep 29, 2021

Repository files navigation

Community-Discorse Integrations

Requirements:

  • Python 3.8
  • virtualenv (pip3 install virtualenv)
  • node > 12.x & npm
  • aws cli
  • op (Optional: 1Password-cli)

Setup:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
npm install -g serverless 
npm install

Get .env.yml file (optionally with op)

eval $(op signin neo_technology)
# To get the document uuid op list documents | jq
op get document iafvjavwmpmqygnbssthoqzi7q > env.yml

Deploy

sls deploy --aws-profile <aws-profile>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages