Deploy Now
Community
Careers
Search…
Introduction to StackOS
Litepaper
FAQs
Tokens
Add $STACK to MetaMask
Buy $STACK Tokens
0xMarket
Viewing your NodeNFT
Listing your NodeNFT
Buying a NodeNFT
App Deployment on StackOS
Custom App Deployment
AppStore App Deployment
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
App Store Notes
Redis on StackOS
Memcached on StackOS
Presearch on StackOS
Wordpress on StackOS
Jenkins 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
RSK
Preparing Custom Images
Docker Hub Intro
GitHub, DockerHub and StackOS Integration
Powered By
GitBook
Wordpress on StackOS
A few tips for a smoother starting experience for WordPress Application
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
Account Funding - Wordpress
✅ 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
1
MYSQL_DATABASE = sqldb
2
MYSQL_USER = useruser
3
MYSQL_PASSWORD = passpass
4
MYSQL_ROOT_PASSWORD = rootroot <- notice this line is different
Copied!
​
✅ Launch the WordPress app
✅ Additional Items to Consider
If you need to get data in/out of your database remotely
phpMyAdmin (Mysql Web Admin)
There are quite a few items here that are helpful
Wordpress Operations
App Store Notes - Previous
Presearch on StackOS
Next - App Store Notes
Jenkins on StackOS
Last modified
2mo ago
Copy link
Contents
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