Deploy a webpage

I have a simple web form which I need to deploy on a staging server and launch. I have followed the steps as suggested in this documentation

http://documentation.bonitasoft.com/build-process-deployment

What steps shall I do after this? Thank you for your help.

You have to deploy the application…

http://documentation.bonitasoft.com/processes#installanapp

regards
Seán

PS: If this reply answers your question, please mark a resolved.

Yes I did that. The web page gets launched on my local machine. How can I open the same url from any machine (i.e. hosting it on server)

I installed the jboss bundle too.

Thank you Sean. I have few points here where I am getting confused at.

  1. I uninstalled the Windows Bonita BPM installer that I had before and installed the Bonita BPM App Server Bundles with jBoss. Since there is no installer in with this bundle, is it OK if I download it separately?

  2. Also, what all files do I need to put on to the server along with the .bar file, before I proceed with your step? (I am using filezilla to put files on server). Sorry for sounding naive but I am very new to this!

Thank you.

OK,

you want to point the other machine to the portal as follows:

http(s)://(:port)/bonita

where (s) is if you have installed it under https protocol rather than http and (:port) is the port number. If it’s 80 you generally don’t need it, everything else you do.

the can either be the name of the server hosting the jboss or it’s IP (192.168.1.1 for example).

so examples are

http://thisIsMyJbossServer:8080/bonita http://192.168.1.1:8080/bonita http://thisIsMyJbossServer/bonita http://192.168.1.1/bonita

Note that if you have a firewall present etc. you will need to open the port to traffic.

regards
Seán