Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You should be able to answer whether it’s important for you, we can’t answer that for you unless we know more about your website’s goals.
It is good practice to work on a local replica installation, for reasons you probably already know.
Thread Starter
nawdry
(@nawdry)
The website will promote various services we offer (e.g., writing, editing, etc.). It’s already hosted, WordPress is installed (with preliminary theme) and we’re trying to decide on a permanent theme and create design.
Is there a link to an online explanation of how to create a replica WordPress-based site? Is there special software that can be used for this purpose?
Thanks
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
How familiar are you with version control too?
Thread Starter
nawdry
(@nawdry)
Thanks very much for tip on installing WP locally.
Version control? Does this mean version updates? We’ve updated WP version at least a couple of times…
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Oh sorry I meant keeping a track record history of your work, so that if you upload something onto your live site and it breaks the you can roll back to a previous version that worked. Might be out of scope for now.
Thread Starter
nawdry
(@nawdry)
Sounds like good practice — can you suggest further info on best way to do this?
Thanks
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I think “Git” is a popular version control system that says it’s easy to learn:
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
http://git-scm.com/about
Thread Starter
nawdry
(@nawdry)
Andrew, thanks very much. Obviously some homework to do …