There are a lot of ways to do it. I found this to be the easiest: - sudo apt-get install tomcat8 - wget http://openbd.org/download/nightly/openbd.war - sudo cp openbd.war /var/lib/tomcat8/webapps/openbd.war - sudo mv /var/lib/tomcat8/webapps/ROOT /var/lib/tomcat8/webapps/_ROOT - sudo mv /var/lib/tomcat8/webapps/openbd /var/lib/tomcat8/webapps/ROOT - sudo rm /var/lib/tomcat8/webapps/openbd.war
Now your site is running. You can use it as-is by routing port 80 traffic to port 8080 or change the port tomcat listens on to 80. I did this with a Ubuntu 16.04 LTS vm in the Google Cloud Platform and it took about one minute total time. Add an additional minute if you have to create a vm first. This means that in about 2 minutes you can go from nothing to a working openbd server and if you take advantage of the $300.00 credit Google gives to new users you can run it free for about a year. What a great time to be alive on planet earth! On Monday, May 9, 2016 at 7:51:11 AM UTC-6, [email protected] wrote: > > I'd like to migrate from coldfusion + apache2.4+VirtualHost+Debian > to OpenBD+Apache2.4+VirtualHost+Linux(Debian), but I don't know to make it. > Do you know where I can find a step by step guide? > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
