installer

decryption-error-fix
quadrismegistus 4 years ago
parent f511558648
commit f0c41db073

@ -1,6 +1,6 @@
# Komrade
Komrade is a socialist network. It seizes the means of digital content production.
Komrade is a socialist network. It seizes the means of digital production.
## Why another social network?

@ -107,8 +107,6 @@ class MyLayout(MDBoxLayout):
logger.info(f'REFRESH: {self.app.is_logged_in}, {self.app.komrade.name}')
stop
exit()
self.app.log('<--',x,yy)
if not hasattr(self.app,'map') or not self.app.map:
from komrade.app.screens.map import MapWidget

@ -274,29 +274,29 @@ echo '
'
commands_app="
source $path_conda/etc/profile.d/conda.sh
export PATH=\"$path_conda/bin:\$PATH\"
conda activate $path_venv
python -m pip install -r $path_repo/requirements.txt
python $path_repo/komrade/app/main.py
source $path_conda/etc/profile.d/conda.sh\n
export PATH=\"$path_conda/bin:\$PATH\"\n
conda activate $path_venv\n
python -m pip install -r $path_repo/requirements.txt\n
python $path_repo/komrade/app/main.py\n
"
commands_cli="
source $path_conda/etc/profile.d/conda.sh
export PATH=\"$path_conda/bin:\$PATH\"
conda activate $path_venv
python -m pip install -r $path_repo/requirements.txt
python $path_repo/komrade/cli/cli.py
source $path_conda/etc/profile.d/conda.sh\n
export PATH=\"$path_conda/bin:\$PATH\"\n
conda activate $path_venv\n
python -m pip install -r $path_repo/requirements.txt\n
python $path_repo/komrade/cli/cli.py\n
"
commands_op="
source $path_conda/etc/profile.d/conda.sh
export PATH=\"$path_conda/bin:\$PATH\"
conda activate $path_venv
python -m pip install -r $path_repo/requirements.txt
python $path_repo/komrade/backend/switchboard.py
source $path_conda/etc/profile.d/conda.sh\n
export PATH=\"$path_conda/bin:\$PATH\"\n
conda activate $path_venv\n
python -m pip install -r $path_repo/requirements.txt\n
python $path_repo/komrade/backend/switchboard.py\n
"

Binary file not shown.
Loading…
Cancel
Save