09-11-2017, 12:23 AM
Hello!
Does anyone here do version control with their projects? Release notes? Full-scale dev solutions? Would be interesting to know how you all push your updates.
With me: I am using bitbucket. I use Atom to do my coding (Was using Notepad++) and Sourcetree for my Commits. I test locally, on the live server, then push my updates to prod through a ZIP I make and upload. I have a script called "mydashupdater.php" that runs the queries I need to in it, and have my own version file in usersc/ which if the value in my database for SQL (setting called mydash_sql_ver) is less than the version file, an updater button pops up to bring you to the mydashupdater.php file which updates the SQL and the DB sql_ver.
I'll post a more elaborate piece to this - and reupload my screenshots since I have changed my system a lot since!
Looking forward to hearing everyone elses aspects around this!
Does anyone here do version control with their projects? Release notes? Full-scale dev solutions? Would be interesting to know how you all push your updates.
With me: I am using bitbucket. I use Atom to do my coding (Was using Notepad++) and Sourcetree for my Commits. I test locally, on the live server, then push my updates to prod through a ZIP I make and upload. I have a script called "mydashupdater.php" that runs the queries I need to in it, and have my own version file in usersc/ which if the value in my database for SQL (setting called mydash_sql_ver) is less than the version file, an updater button pops up to bring you to the mydashupdater.php file which updates the SQL and the DB sql_ver.
I'll post a more elaborate piece to this - and reupload my screenshots since I have changed my system a lot since!
Looking forward to hearing everyone elses aspects around this!