The deployment tag has no wiki summary.
0
votes
1answer
31 views
Internal Server Error every time I push up my Wordpress Project to Heroku
We use Heroku to deploy our Wordpress project. However, everytime we push up it seems that all of the links bring the user to an Internal Server Error page. The homepage works.
Updating the ...
0
votes
1answer
40 views
What are the best practices for maintaining and deploying several parent themes?
I've been trying to commission a freelancer to make me a custom website and hit a roadblock when I said I wanted a parent theme. The freelancer strongly preferred to make a child theme based on his ...
10
votes
4answers
375 views
WordPress and Git Workflow
I know this question has been asked a thousand times, but I'm really trying to work out how to get the best out of Git when working with WordPress.
I've scoured the web and read dozens of articles, ...
0
votes
1answer
263 views
How to Upgrade and Deploy WordPress Install as a Git Submodule? [closed]
I am using a WordPress directory struture similar to Mark Jaquith's WordPress Skeleton, which has WordPress in a separate directory from the content as a submodule:
/content
/wp
/local-config.php
...
14
votes
5answers
2k views
Is Git/GitHub a good WordPress deployment solution?
I'm currently developing my WordPress locally, committing my code to GitHub with Git and then SSHing into my server and doing a "git pull" to update my code. Is this a good option for code deployment ...
0
votes
2answers
50 views
Making Wordpress Local Again?
I've been working on a Wordpress site for a while and have gone to make it live this afternoon.
After following this tutorial video ...
6
votes
1answer
115 views
Deployment strategies for WP-Supercache
I'm looking to improve my deployment process, which currently uses Capistrano to deploy from a hosted git repository. For the most part, this is working pretty well.
However, I'm running into ...
1
vote
1answer
103 views
Update a custom theme with Subversion?
Before I start: I'm not sure if this is feasible so any guidance, suggestions, criticisms are welcome.
I'm looking for an easy way to deploy my Wordpress theme code from my development environment ...
0
votes
1answer
62 views
wordpress home is gone
i'm new to wordpress AND to php and web coding in general.
i've done my wordpress theme in local, and now i like it. then i moved to a host, created the user and the database in the host server, ...
0
votes
1answer
750 views
Redirect all www.xyz.com to www.xyz.com/wordpress?
I have my website working from www.xyz.com/wordpress, but customers should not need to type it all. If they just type www.xyz.com it should take them to www.xyz.com/wordpress.
3
votes
1answer
325 views
Best way to develop multisite and deploy on another server?
I have no previous experience in developing multisites so be easy on me. I´m familiar with developing and launching single sites though.
I´m looking for the smoothest way to build a multisite for my ...
14
votes
4answers
2k views
Dev, Stage and Production Deployment for WordPress Sites?
So I need to be able to have dev/stage/production iterations (over separate servers) for a WordPress website, I use git usually but this obviously isn't going to work with WordPress sites because of ...
0
votes
2answers
128 views
Can I flush W3TC's cache in a capistrano deploy?
I'm trying to simplify my deploy process and am making use of the Capistrano tool. Is there a way to have capistrano flush W3TC's cache in a deploy task?
0
votes
1answer
59 views
Want to change my site root
Hello I have a wordpress site that has a url at some ip address. Now what I want to do change the url. Instead of http://"My IP Address", I want it http://"My IP Address"/wordpress. instead.Is there a ...
1
vote
1answer
112 views
How can I (semi) automate a database export and import to a different location?
I'm attempting to move toward developing WordPress sites locally, rather than on a live server, and as part of that move I'd like the ability to have a local and a remote version of a site, and easily ...
1
vote
1answer
126 views
Deploying Updated or New Plugins That Modify the wp_options Table
I have a WordPress site under local version control with Git. I deploy it to the production server using Capistrano.
For the initial deployment, I manually import the SQL database to the production ...
0
votes
3answers
1k views
Can't seem to see images on my machine but can on the server
Hello I just started using wordpress (complete noob) but I need a bit of help. I have installed wordpress and on a linux/centos webserver and this works fine. However when I use another machine, open ...
1
vote
2answers
751 views
Setting up WordPress playground and deploying to production server?
I would like to have WordPress on my local OS X machine to test out different themes, content, etc and then deploy it on to the production Linux server. I'm using WordPress for my website and ...
3
votes
6answers
760 views
Change site url when moving site to another url?
Is it really neccessary to put WP_HOME, WP_SITEURL in wp-config.php or set these settings via admin panel every time when moving a WordPress instance to another url (for example: moving from dev ...
2
votes
3answers
248 views
Clone plugins (and settings) to new installation?
Is it possible to clone the plugins and settings from a WordPress site to a new fresh install?
I don't want any of the content from the original site I just want all the plugins used and their ...
1
vote
2answers
397 views
Git beginner: Keeping track of on-server changes
So I'm starting to get to grips with Git (never used any VCS before). Some Git users tell me to only push to production server and never pull from it to my local dev server. That leaves me with this ...
2
votes
2answers
713 views
Managing updates when Wordpress is in your own svn repo
I download and configure Wordpress for a development environment and a production environment. After it's set up on one server we check it into a subversion repo and then go and check it out on the ...
1
vote
1answer
377 views
Best Way to Merge a Dev and Live Site to Become a Staging Site?
I have two Wordpress installs, both with a little bit of different data.
I have a LIVE site and I have a DEV Site. I need to merge the content of these two databases together to make a STAGING Site.
...
6
votes
3answers
1k views
Is there a drush equivalent for WordPress yet?
I'm working with Drupal on a project right now, and for all it's faults, having a commandline interface like drush to the Drupal framework is a godsend.
Is there an equivalent for using Wordpress to ...
2
votes
3answers
2k views
Correct Search & Replace Queries for Changing URLs in a WordPress Database?
Have developed a site on the production box using a temporary address (http://IP-adddress).
Now it's time to go live. Once, ages ago, I successfully used phpMyAdmin and did a search/replace, but am ...
4
votes
4answers
426 views
How to transfer a WordPress blog to a different domain?
Let's say we are currently hosting our WordPress blog on certain domain and would like to move it to a new domain. How to do this with the least hassle and SEO hit?
Are there any plugins that could ...
1
vote
4answers
454 views
How can I easily reduce the size of Wordpress installation from development to production?
Sometimes it happens that cheap but fast/reliable hosting plan has the drawback to have only 50MB/100 MB of local space, for files and database.
Now, before going to production, I delete manually ...
97
votes
19answers
21k views
How to: Easily Move a WordPress Install from Development to Production?
I do development on one box and use a second for production. Right now I just dump the database and then do a find a replace for the URL changes; then copy over the files and import the new SQL.
Are ...
