Jump to content

Search the Community

Showing results for tags 'staging'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. I am running development server where I test and try the changes in fields and templates of ProcessWire. The php files are stored in git@bitbucket. The part of managing changes and versions of php code itself via git is quite straightforward, as I presume we all know. However, I have not been able to come up with decent way of moving the changes in fields, templates, modules and settings from development to production other than repeating them, step-by-step, manually in production environment via the admin back-end. Perhaps there is more sophisticated way of transferring these changes?
  2. Hi Guys, I wanted to post this thread to get some insight as to how others are migrating from a staging directory inside a live server to the actual root directory. I typically develop a project locally using Mamp and then move into a staging environment on a staging server . There are some cases the project requires to move the site into a directory inside a live site to make deployment of the new project move faster. When I move a project into a directory on the live server of domain.com/test/ I run into an issue of content links. What I mean is that I look at the source code in the CKEDITOR for a field and the link will display: domain.com/test/whatever-the-link-is/ or domain.com/test/assets/file.pdf or domain.com/test/assets/image.jpg The issue is, when I move to a live site, I have to go back and change tons of links from: domain.com/test/whatever-the-link-is/ to domain.com/whatever-the-link-is/ How are you guys making the link changes across the entire site at once? Are you using SQL Commands? Something in ProcessWire? Any suggestions will help eliminate the manual process.
×
×
  • Create New...