Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
serveurs:installation:web-srv:geonature-module-export [2023/02/07 15:51] – jpmilcent | serveurs:installation:web-srv:geonature-module-export [2023/06/11 21:19] (Version actuelle) – [Mise à jour vers la version v1.3.0 depuis la v1.2.8] jpmilcent |
---|
* '' cd ~/www/geonature/backend '' | * '' cd ~/www/geonature/backend '' |
* '' source venv/bin/activate '' | * '' source venv/bin/activate '' |
* '' pip install --no-use-pep517 -e /home/geonat/www/modules/geonature/export '' | * <del>''<nowiki> pip install --no-use-pep517 -e /home/geonat/www/modules/geonature/export </nowiki>''</del> |
| * Utiliser plutôt : ''%% pip install -e /home/geonat/www/modules/geonature/export %%'' |
* '' cd ~/geonature/external_modules/ '' | * '' cd ~/geonature/external_modules/ '' |
* '' ln -s /home/geonat/www/modules/geonature/export exports '' | * '' ln -s /home/geonat/www/modules/geonature/export exports '' |
* '' cd ~/geonature/frontend/src/external_assets/ '' | * '' cd ~/geonature/frontend/src/external_assets/ '' |
* '' ln -s /home/geonat/www/modules/geonature/export/frontend/assets exports '' | * '' ln -s /home/geonat/www/modules/geonature/export/frontend/assets exports '' |
* '' geonature update-module-configuration --build false EXPORTS '' | * ''<nowiki> geonature update-module-configuration --build false EXPORTS </nowiki>'' |
* '' geonature update-configuration --build false && geonature generate-frontend-tsconfig && geonature generate-frontend-tsconfig-app && geonature generate-frontend-modules-route '' | * ''<nowiki> geonature update-configuration --build false && geonature generate-frontend-tsconfig && geonature generate-frontend-tsconfig-app && geonature generate-frontend-modules-route </nowiki>'' |
* '' geonature db stamp c2d02e345a06 '' | * '' geonature db stamp c2d02e345a06 '' |
* '' cd ~/geonature/frontend/ '' | * '' cd ~/geonature/frontend/ '' |
* '' cd ~/geonature/frontend/src/external_assets/ '' | * '' cd ~/geonature/frontend/src/external_assets/ '' |
* '' ln -s /home/geonat/www/modules/geonature/export/frontend/assets exports '' | * '' ln -s /home/geonat/www/modules/geonature/export/frontend/assets exports '' |
* '' geonature update-module-configuration --build false EXPORTS '' | * ''<nowiki> geonature update-module-configuration --build false EXPORTS </nowiki>'' |
* '' geonature update-configuration --build false && geonature generate-frontend-tsconfig && geonature generate-frontend-tsconfig-app && geonature generate-frontend-modules-route '' | * ''<nowiki> geonature update-configuration --build false && geonature generate-frontend-tsconfig && geonature generate-frontend-tsconfig-app && geonature generate-frontend-modules-route </nowiki>'' |
* '' cd ~/geonature/frontend/ '' | * '' cd ~/geonature/frontend/ '' |
* '' nvm use '' | * '' nvm use '' |