orange77 Posted December 29, 2019 Posted December 29, 2019 (edited) Hello, this question is more to help when dealing with this situation: I want another developer to help me in developing my website. The thing is I have to lend him my username and password, so that he can connect to my database and send files to your server via FTP. But I believe there's also another possibility: I can lend him the config.php script file, without my official password and username. The developer can install XAMPP in his machine, then I send him the whole database in sql so that he can modify the whole structure. And then when he finishes, he sends all the files back to me. I think it's more secure. What do you think? What mechanism do you recommend? Because I don't want this guy to steal my Heliohost account. Thanks. Edited December 29, 2019 by allan88
wolstech Posted December 29, 2019 Posted December 29, 2019 Share the files, not the account. That's how most development is done. For two people you can just share the files with him, if there's going to be more than that, you might want to look into something like git so you have some form of version control and can track who changes what.
orange77 Posted December 29, 2019 Author Posted December 29, 2019 Share the files, not the account. That's how most development is done. For two people you can just share the files with him, if there's going to be more than that, you might want to look into something like git so you have some form of version control and can track who changes what.Yes, good idea. That's what I was thinking of doing. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now