Can anybody please tell me how to propagate through the network to calculate the posterior probabilities in bayesian network when no evidence is provided or a single or multiple evidences are provided by the user?

Is there any step by step methodology to be followed to get the inferences?
Actually I had read abuot the junction tree propagation algorithm for exact propagation, but not getting exactly how to implement that, as I am new to this area. I have't found any illustration of the algorithm on internet, so I am finding it difficult to get along with it.
And also is it necessary to apply such algorithms to get the inferences for all nodes when the evidences are set?