Customer
Comments
-
Is this something that’s in the works? Or, just not going to happen anytime soon?
-
It looks like it’s still in the works, there has been an internal PR relating to this less that a month ago. But it appears to have been trickier than it sounds, as the existing architecture pins a...
-
For those interested, you can vote for this feature and follow it here: https://next.platform.sh/c/107-custom-domains-on-development-environments
-
Go to your domain registrar’s website and update the DNS settings to point your chosen custom domain, dev.myproject.org to the relevant IP address or server provided by your hosting platform. for ...
-
Java is one of the most popular programming languages in the MongoDB Community. For new users, it’s essential to provide an overview of how to work with the MongoDB Java driver at Platform.sh. Java...
-
That doesn’t sound like usual behavior. You’re best off filing a support ticket and letting them take a look.
-
We have a separate install script you can use to download and compile the Redis extension on the fly during build. It also caches the result so it’s nice and fast in subsequent builds. See: https:...
-
Did you ever solve this? I ran into a very similar issue; except it was working for one project, and it wasn’t after creating a second project. I needed to copy the project deploy key as an “SSH Ke...
-
Update: It’s changed again. You can enable the redis extension the same way as any other extension on PHP 7.4 now.
-
FWIW, I ended up solving this; wish it were documented. I created a machine user, created an ssh keypair, affiliated the public key with the machine user, saved the private key as a base64-encoded ...