Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
write a one pager on how dangerous this is. Draft up a replacement solution with cost and benfit calcuation and potential future technical benefits. Pitch it to your boss.
-
@heyheni That'd be something, but we will replace this piece of crap in a month or so. Until then I'd like to make it actually work.
-
endor57516ygit init
git add .
git commit -m "Stinky piece of crap"
git remote add origin work.git/url
git push -
@heyheni That'd be nice, though I've actually never containerized anything. Seems like a lot of work to learn for something that will only be worked on for a few weeks. Would it be "easy" to do? Ive read quite a bit about Docker, and from what I can tell there goes in quite a lot of work to Dockerize an application.
-
@ScriptCoded google "containerize legacy application" and you'll find alot of ideas and tutorials on how to do that. For example: https://docker.com/solutions/MTA/
You only can win. Knowledge and experience. Invest an hour or so and i think you'll get the hang of it.
Here a very good Docker tutorial
https://www.katacoda.com/learn -
Froot75566yOr instead of deleting it you could just move it.
mv -r . /dev/null
PS: Why the fuck does this app not support MD? Being a dev community and all 😀
Related Rants
-
sasikanth28A group of wolves is called a pack. A group of crows is called a murder. A group of developers is called a m...
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
We've got this legacy PHP system that doesn't really run anywhere else than on it's server. It's not configured with git, and there's no pipeline. Just plain old SSH. How would you go about managing it?
question
linux
git
php
server