문제

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