-1

Any one know, is it possible to host Bugzilla application in cloud ?

Jojin
  • 1
  • 5
  • And what does "in cloud" mean? – arkascha Apr 10 '14 at 09:30
  • Currently we hosted Bugzilla in our office local server,because of this, access permission only from our office network.If it possible to host in Cloud our developers can log-in through online and they can work from any where. – Jojin Apr 10 '14 at 09:52

1 Answers1

0

I guess with "in cloud" you mean at a hosting provider on something like a virtual server. Certainly that is possible. Bugzilla is a server side application that relies on a http server and an smtp server for communication and a relational database in background, all not a problem here. However bugzilla is, unlike typical web applications, implemented mostly in perl (language). That means you have to find a hosting provider offering such environment. That is possible from a technical point of view, but not very common. This is also explained in the documentation.

arkascha
  • 41,620
  • 7
  • 58
  • 90
  • Thank you for the information... I have one more doubt in bugzilla. I am using Bugzilla 3.6.3 All functionality are working fine, except mail authentication.Once I create one new bug and submit, application not allowing to send any mail to respective assigner. Saying that couldn't authenticate registered e-mail id. How to clear this issue, Please help me. – Jojin Apr 10 '14 at 10:02
  • Please ask this as a separate question, this has nothing to do with the question at hand. – arkascha Apr 10 '14 at 10:04