I don’t understand the purpose of the “API host” field. I already have a CNAME for my bucket and it redirects properly. It seems that the API host field entry is being appended to the CNAME, like static.example.com.auto. Any insight is appreciated.
]]>Plugin –
https://wp-stateless.github.io/docs/installation/
I am interested in building a website for some predictive models I have. I have limited exposure to web dev, although I have some CS education and I’m working as a DS. Due to my inexperience in this field, I’m looking for a WP solution, but I have some questions.
What I need is the website to have a homepage with a few tabs and register(subscribe)/login functionalities. My understanding is that these are typically easy to pull off with various WP plugins.
Now, I have some Python code that includes web scrapers, pre-processing scripts, model training, evaluation and inference. For the moment, these reside locally as jupyter or python files. Regarding the website, I want for (paying) users to be able to access the models’ predictions and plot some graphs (in the homepage and in the private area). Is it possible to ‘combine’ my Python code for all these with WP?
I’m in the process of moving all these scrips to GCP. Would that work complimentary to WP? As in, can I somehow make plots with data and read the predictions (i.e. a csv file) from google storage? Or does it need extra backend stuff?
Accordingly, as I said I’m not experienced with web dev, but is putting everything on GCP a wrong step? As in, since I’ll have to pay for a server anyway, I could do everything there?
Appreciate any help.
Thanks
Any ideas?
]]>> There has been a critical error on this website. Please check your
> site admin email inbox for instructions.
>
> Learn more about troubleshooting WordPress.
The first thing I thought when I searched the Internet was that my machine did not have enough RAM memory as explained in [this forum post][3]:
So I tried to open the logs with SSH on the GCP virtual machine but the VM seems to be empty.
officialdataguild@cloudshell:~ (the-data-guild-website)$ gcloud compute ssh wordpress-website-vm --project=the-data-guild-website
Did you mean zone [europe-west1-c] for instance: [wordpress-website-vm] (Y/n)? n
No zone specified. Using zone [us-east1-b] for instance: [wordpress-website-vm].
Updating project ssh metadata...working.Updated [https://www.googleapis.com/compute/v1/projects/the-data-guild-website].
Updating project ssh metadata...done.
Waiting for SSH key to propagate.
Warning: Permanently added 'compute.2745993064748503787' (ECDSA) to the list of known hosts.
Linux wordpress-website-vm 4.19.0-20-cloud-amd64 #1 SMP Debian 4.19.235-1 (2022-03-17) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
officialdataguild@wordpress-website-vm:~$ ls
officialdataguild@wordpress-website-vm:~$
Following [this tutorial on viewing and examining logs][4] I looked for the right folder but wasn’t able to find it:
officialdataguild@wordpress-website-vm:~$ cd ~/logs
-bash: cd: /home/officialdataguild/logs: No such file or directory
So, following this [guide to troubleshoot preblems with wordpress deployed with bitnami][5] I went a folder down and did:
officialdataguild@wordpress-website-vm:~$ cd ..
officialdataguild@wordpress-website-vm:/home$ ls
bitnami officialdataguild
officialdataguild@wordpress-website-vm:/home$ cd bitnami/
officialdataguild@wordpress-website-vm:/home/bitnami$ ls
bitnami_credentials htdocs stack
officialdataguild@wordpress-website-vm:/home/bitnami$ test ! -f "/opt/bitnami/common/bin/openssl" && echo "Approach A: Using system packages." || echo "Approach B: Self-contained installation."
Approach A: Using system packages.
officialdataguild@wordpress-website-vm:/home/bitnami$ sudo /opt/bitnami/ctlscript.sh status
apache already running
mariadb already running
php-fpm already running
But I still can’t find the theme live preview logs …
[1]: https://themeforest.net/item/luwix-data-science-analytics-wordpress-theme/37568282
[2]: https://www.youtube.com/watch?v=3Xq2tBCvhiU
[3]: https://community.bitnami.com/t/there-has-been-a-critical-error-on-this-website-error-message-appears-when-trying-to-log-in/92687/4
[4]: https://help.dreamhost.com/hc/en-us/articles/216512217-Viewing-and-examining-your-error-log-via-SSH
[5]: https://docs.bitnami.com/aws/how-to/troubleshoot-wordpress-issues/
I need hosted email with this site & looks like I need to pay additional now its on GCP.
The costs don’t seem worth it for what I need. Initially it looked like $12 USD a month which is ok.
I wanted to use GCP because I am gonna spend a lot on Google PPC advertising pretty soon & hostgator shared hosting is just terrible. So need a lightning fast site so money is not wasted.
Does anyone have any good advice for a very fast wordpress host? Ideally the fastest one out there?
I appreciate there are lots of websites covering this but they are mostly just recommending the ones paying the highest affiliate marketing rates. That’s how I ended up with hostgator in the first place.
]]>Have managed to setup SSL using a load balancing redirect & redirect http traffic using an additional load balancer.
My homepage is working but everything else isn’t seems to be a permalink issue but I have no idea where to start. I have tried changing permalink setting in admin then changing them back but this didn’t work.
Any pros out there know what muight be the issue?
I have already spent a few hours on it
]]>