Skip to content

Commit

Permalink
apps: update SBE config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdum committed Jan 16, 2024
1 parent 0cf2f9e commit 69d5782
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions apps/real-apps/abilian-sbe/nua/nua-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tagline = "Abilian Social Business Engine (SBE)"
tags = ["social", "business", "document", "wiki"]
website = "https://github.com/abilian/abilian-sbe-monorepo"
version = "1.0.5"
release = 13
release = 16


[build]
Expand All @@ -19,17 +19,15 @@ build = [
"sed -i.bak 's/psycopg2.*=.*$/psycopg2-binary = \"*\"/g' pyproject.toml",
"poetry lock --no-update",
"poetry install",
# "echo -e 'tailwind: flask tailwind start\nworker: flask worker\nscheduler: flask scheduler\nweb: gunicorn extranet.wsgi:app -b :8000 --workers 4 --log-file -\n' > /nua/Procfile",
"echo -e 'worker: flask worker\nscheduler: flask scheduler\nweb: gunicorn extranet.wsgi:app -b :8000 --workers 4 --log-file -\n' > /nua/Procfile",
"sudo python -c 'from nua.lib.actions.nodejs import install_nodejs as n; n(\"16\")'",
"sudo npm install -g --verbose /nua/build/abilian-sbe-monorepo ",
"sudo npm install -g --verbose /nua/build/abilian-sbe-monorepo/tailwind",
"sudo npm install -g --verbose nodemon",
"sudo npm install -g --verbose npm-run-all",
"sudo npm install -g --verbose cross-env",
"sudo npm install -g --verbose browser-sync",
"sudo npm install -g --verbose less",
]
test = ["python -c 'import abilian.sbe'",
"lessc --version"
]
test = "python -c 'import abilian.sbe'"


[run]
Expand Down

0 comments on commit 69d5782

Please sign in to comment.