LogoLogo
Deploy NowCommunity Careers
  • Introduction to StackAI
  • Litepaper
  • FAQs
    • Introductory FAQs
    • Technical FAQs
    • Project/App FAQ
    • Financial FAQs
  • Tokens
    • Add $STACK to MetaMask
    • Buy $STACK Tokens
  • App Deployment on StackOS
    • Custom App Deployment
    • AppStore App Deployment
    • Deploy a Containerized Application on StackOS
  • Basic Operations
    • Create WebTTY
    • WebTTY, Logs, Shell Access
    • Practice - Persistent Data, Alternate User
    • Reset StackOS Account
    • Map a container port
    • Custom DNS
    • Custom SSL
    • Account Funding - General
    • Pod Launch - General
  • Preparing Custom Images
    • Docker Hub Intro
    • GitHub, DockerHub and StackOS Integration
  • App Store Notes
    • Redis on StackOS
    • Memcached on StackOS
    • Presearch on StackOS
    • Wordpress on StackOS
    • Jenkins on StackOS
    • WebDAV on StackOS
  • Useful Apps
    • phpMyAdmin (Mysql Web Admin)
  • Wordpress Operations
    • Launching a Wordpress app on StackOS
    • WordPress Migration
    • Account Funding - Wordpress
    • Upload limit increase
    • SSL Mixed Content Resolution
    • Wordpress Domain Change
  • Other Applications
    • Python Applications
    • RSK
  • 0xMarket
    • Viewing your NodeNFT
    • Listing your NodeNFT
    • Buying a NodeNFT
Powered by GitBook
On this page
  • Super Important!
  • ✅ Fund your Account
  • ✅ Launching on the App Store
  • ✅ Set DB Username and Password
  • ✅ Alter Wordpress Settings (rare)
  • ✅ Alter Database Settings for Ease of Use
  • ✅ Launch the WordPress app
  • ✅ Additional Items to Consider
  1. App Store Notes

Wordpress on StackOS

A few tips for a smoother starting experience for WordPress Application

PreviousPresearch on StackOSNextJenkins on StackOS

Last updated 3 years ago

Super Important!

Change the database image from maridb:10.4 to mariadb:10.8 for a more consistent database booting experience.

We have seen some cases where mariadb:10.4 fails to fully setup/boot and "looks like it is running" but all incoming connections fail

✅ Fund your Account

✅ Launching on the App Store

Go to the App Store

Select WordPress

✅ Set DB Username and Password

✅ Alter Wordpress Settings (rare)

Typically no changes, but be aware changes are possible

✅ Alter Database Settings for Ease of Use

We have seen instances where "mariadb:10.4" fails to fully initialize and will not accept connections.

1) Change to "mariadb:10.8"

2) Set the root password to something you know so that you have more options later

3) Adjust the size of your mysqldb if you know you will upload more than "just a little data" (for example, at least 5GB)

Here is an example environment

MYSQL_DATABASE = sqldb
MYSQL_USER = useruser
MYSQL_PASSWORD = passpass
MYSQL_ROOT_PASSWORD = rootroot <- notice this line is different

✅ Launch the WordPress app

✅ Additional Items to Consider

If you need to get data in/out of your database remotely

There are quite a few items here that are helpful

phpMyAdmin (Mysql Web Admin)
Wordpress Operations
Account Funding - Wordpress