mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2026-07-05 16:52:19 +00:00
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:
parent
f7a1bba0f3
commit
edb53cdc4e
4 changed files with 98 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue