• Hi all,
    I want to develop and customize my site with my developers. We are using PhpStorm and in there we host our site by ‘Run’ for the test. Surely git remote added to the project. But the problem is we cannot see the same page because of localhost refused to connection. But while I change wp_prefix in ‘wp-config.php’, it runs well.

    So I want to know how do you guys work on wordpress with other developers and version control.

    • This topic was modified 5 years, 7 months ago by alswnd0427.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello alswnd0427,

    I am not sure that it is the best/accurate way, but what I would suggest is configure the project on your senior dev or tech lead’s PC and access on rest of the team via IP.

    So that in the database all the URL will be the IP. Hoping that all the team is working at one place and connected in LAN

    I also found one reference links if that helps.

    https://wordpress.stackexchange.com/questions/12719/multiple-developers-editors-working-on-a-site-in-progress

    Thanks.

    I do not use collaboration environments on a regular basis, but typically people use GitHub, which is a system for version control and project development.

    If you would like to make a wordpress site and then have people help with editing the content (blog posts, adding content, editing in general) you can add users to your WordPress site and set their limits in the user panel (left hand side of the dashboard towards the bottom).

    I do not suggest merging databases. You can add new records though, and do it that way.

    Let me know if either of these suggestions is NOT what you are looking for.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What is the best way to create cooperation environment?’ is closed to new replies.