Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress How to Install WordPress on Your Computer How to Install WordPress on Your Computer How to Install DesktopServer on a Mac

Jimmy Names
Jimmy Names
10,371 Points

Does the free version of serverPress allow you to push your /local/ site onto the web?

so it's actually on the web.. I don't want to build something and then be unable to push it..

2 Answers

Have the paid version of ServerPress and have found nothing but problems pushing sites from local.

Prefer to use WP Sync DB which copies the entire database and allows for push and pull on sites. You can also allows you to exclude plugins from syncing or it can ignore plugin active state as some plugins don't run locally but you might want them active on the web server. It's great for pulling database from a live site back to a staging environment.

Use WP Sync DB Media Files to copy media files over too.

The approach would be:

  • Install WordPress on web
  • FTP all local files (themes and plugins) over to live server
  • Install WP Sync DB on both local and web WordPress installs
  • Run a Pull from web version
  • Might need to change table prefix in your web FTP for wp-config.php
Kevin Korte
Kevin Korte
28,148 Points

Yep, it's a bit of work but not bad, and certainly do-able.