Milos Knezevic
Articles
-
How to install custom / private Wordpress plugins and themes with Composer
GoalAdd custom/private plugins or themes that are not publicly available to your Wordpress installation on Upsun using composer. Assumptions A WordPress installation on Upsun that uses Composer, fo...
-
How to set up Wordpress to use the HTTP cache of Platform.sh
GoalConfigure Wordpress to send proper cache-control headers, so the HTTP cache can be used. Assumptions A WordPress installation on Upsun that uses Composer, for example one that uses the WordPres...
-
Intermediate 3: The Upsun API
OverviewYou may find yourself wanting to build more custom tools that interact directly with the Upsun API to manage your projects and environments. Once you have retrieved an API token, you will b...
-
Accessing MongoDB configuration and database on Upsun
To connect to MongoDB, or any other service, from your local system, first open an SSH tunnel using the upsun tunnel:open cli command. That will establish a secure connection to your environment fr...
-
Build dependencies cache on Upsun?
Are the contents of pip install, npm install, and yarn install cached from build to build? Yes! On successful builds. If you want to manually clear that cache at any time you can do so with the com...
-
How can I see the status of a bug?
We do not have a public bug tracker. If you have reported the bug via a support ticket, all updates should be communicated there.
-
Will removing the account that created an integration break the integration?
No, the integrations will not break. This can be done safely on integrations such as GitHub, GitLab, and Bitbucket.
-
How to access Memcached credentials on Upsun
GoalAccess credentials for Memcached from within a Upsun application using Node.js. Assumptions an active Upsun project properly configured .upsun/services.yaml for the given service SSH key confi...
-
How to share code between multi-apps from a monorepo
If you have a codebase in a large monorepo is it possible to code shareThe build process starts by “chopping up” the repository into applications based on the .upsun.app.yaml files (or source.roots...
-
Upgrading from Composer 1 to 2 in PHP applications on Upsun
GoalWith the release of Composer 2, you might want to use it in your PHP application. AssumptionsYou already have a Upsun project set up and a .upsun.app.yaml that is configured accordingly for PH...