mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
Try to fix Sandstorm WeKan package.
Thanks to xet7 ! Related https://github.com/wekan/wekan/issues/4280, related https://github.com/sandstorm-io/sandstorm/issues/3600
This commit is contained in:
parent
fb3099eba9
commit
bff43c3f92
1 changed files with 9 additions and 1 deletions
|
|
@ -21,7 +21,15 @@ if [ ! -d ~/python/esprima-python ]; then
|
|||
cd ~/python
|
||||
git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
|
||||
cd ~/python/esprima-python
|
||||
sudo pip3 install .
|
||||
# a) Generating docs works on Kubuntu 21.10 with this,
|
||||
# but generating Sandstorm WeKan package does not work
|
||||
# https://github.com/wekan/wekan/issues/4280
|
||||
# https://github.com/sandstorm-io/sandstorm/issues/3600
|
||||
# sudo pip3 install .
|
||||
# b) Generating docs Works on Linux Mint with this,
|
||||
# and also generating Sandstorm WeKan package works:
|
||||
# sudo python3 setup.py install --record files.txt
|
||||
sudo python3 setup.py install --record files.txt
|
||||
fi
|
||||
|
||||
# 2) Go to Wekan repo directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue