Fix pip 26+ egg fragment syntax, add ARM build docs

- Fix unquoted $flag in install.bash (unary operator error when no arg)
- Fix pip install syntax: use PEP 440 direct URL format for CKAN and
  ckanext-scheming (pip 26+ rejects extras in #egg= fragment)
- Add CLAUDE.md with architecture notes, known issues, and sysadmin setup
- Add deployment-from-source section to README for ARM users

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Abu 2026-06-05 11:17:43 +00:00
parent f7a1bba0f3
commit edb53cdc4e
4 changed files with 98 additions and 3 deletions

View file

@ -21,7 +21,7 @@ sudo chmod +x ./ckan-devstaller
# Otherwise run ckan-devstaller in interactive mode
flag=$1
if [ $flag == "default" ]; then
if [ "$flag" == "default" ]; then
./ckan-devstaller --default
else
./ckan-devstaller