I have installed openfire on my windows system. It is working fine. Now I want to deploy openfire xmpp server on AWS elastic beanstack . I have been searching on web with no solutions. How to deploy openfire xmpp in aws elastic beanstack?

有帮助吗?

解决方案

You can create a custom AMI and install openfire there, then create your Beanstalk with this AMI.

其他提示

You can install it your existing beanstalk environment.

  1. need to login to ur aws environment/instance using putty.

    In order to login you need to have .pem file converted to.ppk

  2. using wget download the openfire from its site (tar.gz file)

  3. extract tarfile from downlaoded tar into /usr/local/ EX: extract it using tar -zxvf openfire.tar.gz

  4. cd /openfire/bin/ (Go into bin folder)

  5. sh openfire start. (Start the openfire)

    This will start the server

    Check its status using sh openfire status from bin folder.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top