any one have install this script on vps? please share here how did you setup on vps.
1.6 nulledVPS nginx, but i recommend a shared hosting if you dont have experience
Don't know is it good or bad,I am ready to help you.You can sent me a text regarding this issue.Hi everyone,
Thanks in advance for any advice you can give us, we live in Thailand and have been hit hard by this Covis problem, forced to shut down our restaurant and cooking school in Phuket, We moved back up north before lockdown luckely but its having a huge impact on our local community in the North as well. Long story short we wanted to launch an app to help the restaurants here deliver food and create some jobs for the locals where they have been lost , after hours of attempting this myself via LAMP stack on google cloud I cant for the life of me work out how to launch it, is there someone who could offer some assistance , we are happy to pay or even chat about shared equity for the right person who could support the server and software side of things for us.
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "xyz.appmaker.apemn",
"sha256_cert_fingerprints": ["99:EF:02:4A:B5:2C:7F:8D:43:12:8A:90:9C:A7:EB:24:10:89:34:5F:6C:C8:C6:FE:74:38:2D:D5:79:97:93:A3"]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "xyz.appmaker.ltgijh",
"sha256_cert_fingerprints": ["8B:54:69:8E:97:50:B6:87:33:65:7C:55:DD:0E:56:17:61:94:A7:F8:6A:A4:FE:65:77:A1:03:92:04:AE:5E:B8"]
}
}]
who help me to install in cpanel
who help to install in cpanel thnx
Thanks brother for the tutorial. Its works for me.![]()
Good, I leave you a small tutorial on how to generate apks to upload them to the google store.
The first thing we must do is go to this website: https://appmaker.xyz/pwa-to-apk/ which makes our PWA application generate it as an apk.
![]()
We enter our url where we host the script: example https://mydomain.com and press the get started button.
In the next section you can modify the name of the application and change the icon
![]()
The process of generating the apk will be done
![]()
We must upload the assetlinks.json file to our server below.
We create a folder at the root with the name .well-known example: https://www.example.com/.well-known/ and upload assetlinks.json to this folder, example https://www.example.com/ .well-known / assetlinks.json
![]()
and download all the files.
![]()
As you will know this script also has a PWA for Delivery, to generate the Delivey APK we must follow the same steps previously mentioned.
We go again to https://appmaker.xyz/pwa-to-apk/ and this time we add the link of our access to Delivery.
Example: https://mydomain.com/delivery
This will generate another assetlinks.json file, what we have to do is buy the content of this one and add it to the one we have previously uploaded in this way:
Code:[{ "relation": ["delegate_permission/common.handle_all_urls"], "target": { "namespace": "android_app", "package_name": "xyz.appmaker.apemn", "sha256_cert_fingerprints": ["99:EF:02:4A:B5:2C:7F:8D:43:12:8A:90:9C:A7:EB:24:10:89:34:5F:6C:C8:C6:FE:74:38:2D:D5:79:97:93:A3"] } }, { "relation": ["delegate_permission/common.handle_all_urls"], "target": { "namespace": "android_app", "package_name": "xyz.appmaker.ltgijh", "sha256_cert_fingerprints": ["8B:54:69:8E:97:50:B6:87:33:65:7C:55:DD:0E:56:17:61:94:A7:F8:6A:A4:FE:65:77:A1:03:92:04:AE:5E:B8"] } }]
This I have done because you already know that only one of the PWAs can be installed and in this way we will have both working independently of the user and the delivery. Also they can add them to the google store.
If this helps you, it is enough for me, so please like this comment.
Brother, Google Play store need to to have App Bundle instead of APK. How to do that?
I have this error, there is some other way. Geocoding failed because `You must enable Billing on Google Cloud Project
Can you tell me the part how you did the edit in .env file ?Thanks brother for the tutorial. Its works for me.![]()
I have this error, there is some other way. Geocoding failed because `You must enable Billing on Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp - start`
![]()
Can you tell me the part how you did the edit in .env file ?
Brother, Google Play store need to to have App Bundle instead of APK. How to do that?
Yeah, I have made all those changes and when I try to install https://yourdomain.com/public/install " I'm getting error 404/Not found. Now, when go to my website it's working but how to i login to admin panel?edit file .env (in root folder) and change to your info domain and database:
You should change this for your url
APP_URL=https://yourdomain.com/public
And this should be changed by the connection data of your database
DB_DATABASE=foodoma
DB_USERNAME=foodoma
DB_PASSWORD=123456
Yeah, I have made all those changes and when I try to install https://yourdomain.com/public/install " I'm getting error 404/Not found. Now, when go to my website it's working but how to i login to admin panel?
Bro, I did everything as per the documentation say. I tried that login page before, I'm not able to load that page.{Error 505}. But my frontend page works fine, I'm not able to find wots wrong!Brother, read the documentation. Thats why they made the Documentation. btw, the login page is https://www.yourdomain/public/auth/login
Finally! It's working.. there was a problem with php extension. {fileinfo}Bro, I did everything as per the documentation say. I tried that login page before, I'm not able to load that page.{Error 505}. But my frontend page works fine, I'm not able to find wots wrong!