From dc479f7dd15cd406acd12eaff765f7034a003bf5 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 8 Feb 2022 23:35:07 +0100 Subject: [PATCH] - Version 0.1.8 - Readme --- .env.development | 2 +- .env.production | 34 +++++++++---------- .env.test | 2 +- README.md | 13 +++---- _ALL_SITES/freeplanet.app/.env.development | 2 +- _ALL_SITES/freeplanet.app/.env.production | 2 +- _ALL_SITES/freeplanet.app/.env.test | 2 +- _ALL_SITES/insiemesipuo.app/.env.development | 2 +- _ALL_SITES/insiemesipuo.app/.env.production | 2 +- _ALL_SITES/insiemesipuo.app/.env.test | 2 +- .../popolodelnuovomondo.app/.env.development | 2 +- .../popolodelnuovomondo.app/.env.production | 2 +- _ALL_SITES/popolodelnuovomondo.app/.env.test | 2 +- 13 files changed, 35 insertions(+), 34 deletions(-) diff --git a/.env.development b/.env.development index 4de7db75..f9c64983 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.production b/.env.production index 8f845a8b..39e307a8 100755 --- a/.env.production +++ b/.env.production @@ -1,28 +1,28 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL=newfreeplanet -DIRECTORY_SERVER=freeplanet_serverside -SERVERDIR_WEBSITE=www.freeplanet.app -SERVERPW_WEBSITE=pwdadmin@1AOK -APP_URL="https://www.freeplanet.app" +DIRECTORY_SERVER=test.freeplanet_serverside +SERVERDIR_WEBSITE="test.freeplanet.app" +SERVERPW_WEBSITE="pwdadmin@1AOK" +APP_URL="https://test.freeplanet.app" URL_FACEBOOK="https://www.facebook.com/freeplanetapp" PROVA_PAOLO="PROVA ENV FUNZIONA!" LANG_DEFAULT="it" PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF" MASTER_KEY="KKPPSS5KJK435J3KSS9F9D8S9F8SD3CR3T" -MONGODB_HOST="https://www.freeplanet.app:3000" -LOGO_REG='freeplanet-logo-full.svg' -TEST_NAME="" -TEST_SURNAME="" -TEST_EMAIL="" -TEST_USERNAME="" -TEST_PASSWORD="" -TEST_APORTADOR="------" -PUBLICKEY_PUSH="BNM-cEpTbPVc_ujXf3QOC8ggf7b-X44P44esfJUWqNOFq1XhWCoZJpOi71_cbXC5SnfO9HassQ6OouAYgtBA9Pw" -IN_CONSTRUCTION="1" +MONGODB_HOST="https://test.freeplanet.app:3001" +LOGO_REG="freeplanet-logo-full.svg" +TEST_NAME="Paolo" +TEST_SURNAME="Arena" +TEST_EMAIL="paolo@freeplanet.app" +TEST_USERNAME="paoloar77" +TEST_PASSWORD="passpao1fr@1A" +TEST_APORTADOR="" +PUBLICKEY_PUSH="BNRBtL3iaLVGW-aQckwQBmh5uKKzcizOZsMjnzCtSuHkssEhbyioEN2E_CwItDLDShMO-OQ1uhK51ty6zG_gCT8" +IN_CONSTRUCTION="0" DEBUG="1" -TELEGRAM_SUPPORT="https://t.me/freeplanet_supporto" +TELEGRAM_SUPPORT="" PROJECT_ID_MAIN="5cc0a13fe5c9d156728f400a" TEST_CELL="" -ISTEST=0 +ISTEST=1 diff --git a/.env.test b/.env.test index 72f67e6e..39e307a8 100755 --- a/.env.test +++ b/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL=newfreeplanet diff --git a/README.md b/README.md index 3eba280c..4beae2fb 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# First Proj (firstproj) +# NewFreePlanet A Quasar Framework app @@ -7,19 +7,20 @@ A Quasar Framework app yarn ``` -### Start the app in development mode (hot-code reloading, error reporting, etc.) +### Start the app in development mode (PWA) ```bash -quasar dev +npm run pwa ``` -### Lint the files +### Build the app for test Server ```bash -yarn run lint +./deploy_on_test_server.sh ``` + ### Build the app for production ```bash -quasar build +./deploy_on_production.sh ``` ### Customize the configuration diff --git a/_ALL_SITES/freeplanet.app/.env.development b/_ALL_SITES/freeplanet.app/.env.development index 4de7db75..f9c64983 100755 --- a/_ALL_SITES/freeplanet.app/.env.development +++ b/_ALL_SITES/freeplanet.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/freeplanet.app/.env.production b/_ALL_SITES/freeplanet.app/.env.production index 8f845a8b..b4712fc8 100755 --- a/_ALL_SITES/freeplanet.app/.env.production +++ b/_ALL_SITES/freeplanet.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/freeplanet.app/.env.test b/_ALL_SITES/freeplanet.app/.env.test index 72f67e6e..39e307a8 100755 --- a/_ALL_SITES/freeplanet.app/.env.test +++ b/_ALL_SITES/freeplanet.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/insiemesipuo.app/.env.development b/_ALL_SITES/insiemesipuo.app/.env.development index e4ff245e..b1285fc2 100755 --- a/_ALL_SITES/insiemesipuo.app/.env.development +++ b/_ALL_SITES/insiemesipuo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/insiemesipuo.app/.env.production b/_ALL_SITES/insiemesipuo.app/.env.production index a2019d7b..5f12a71e 100755 --- a/_ALL_SITES/insiemesipuo.app/.env.production +++ b/_ALL_SITES/insiemesipuo.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/insiemesipuo.app/.env.test b/_ALL_SITES/insiemesipuo.app/.env.test index a0b2a934..d6b834b1 100755 --- a/_ALL_SITES/insiemesipuo.app/.env.test +++ b/_ALL_SITES/insiemesipuo.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.development b/_ALL_SITES/popolodelnuovomondo.app/.env.development index bba05482..385f5ec1 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.development +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.production b/_ALL_SITES/popolodelnuovomondo.app/.env.production index 80f0ed5f..cba50ed7 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.production +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.test b/_ALL_SITES/popolodelnuovomondo.app/.env.test index 54f9e96c..472a0c3f 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.test +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.1.7" +APP_VERSION="0.1.8" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL=newfreeplanet