In a NutshellInstallation on Ubuntu 8.10Tomcat- install tomcat6-user
- create tomcat4oryx tomcat: tomcat6-instance-create tomcat4oryx
- modify bin/startup.sh
- add export JPDA_ADDRESS=8001
- change deploymentdir in build.properties to the full path to tomcat4oryx
- (quick-hack until a better solution is provided by Ubuntu) modify the last line of /usr/share/tomcat6/bin/startup.sh to show exec "$PRGDIR"/"$EXECUTABLE" jpda start
Eclipse- Manual installation
- Aptana-plugin
- Subversion-plugin
Development remarksStarting and stopping tomcat- tomcat4oryx/bin/startup.sh
- tomcat4oryx/bin/shutdown.sh
Installation on WindowsUnfortunately, we experienced severe problems running PostgreSQL with PL/Python on Windows7. BrowserJavaEclipseCheck out trunkGet PythonDatabaseLoad Database SchemaManually - add postgresql bin directory to PATH enviroment variable
- Run comandline as user postgres (runas /user:postgres cmd)
- change to schema file directory
- Schema-File: /poem-jvm/data/database/db_schema.sql
- Run the following commands:
- createuser –U postgres –-echo –-pwprompt –-encrypted poem
- createdb –U postgres –-echo –-encoding utf8 –-owner poem poem
- psql –U postgres –-dbname poem –-file db_schema.sql
ANT - It is also possibile to use the build-target create-db
- Therefore fill in your postgres installation credentials to the build.properties and run the create-db target
Apache TomcatBuild Properties- open build-properties
- edit deploymentdir and set it to your apache wepapps folder
- If you created a password for the poem user, edit password in „/poem-jvm/etc/hibernate.cfg.xml“
Build- Create a new external tools configuration in eclipse
- buildfile: build.xml
- base directory: oryx directory
- select targets: build-all and deploy-all
Test- Start the server and navigate with firefox to loacalhost:8080/backend/poem/repository
- Now everything done. Congratulation!
Other Guides:
|
Great that you are writing this article! :-)
when it would come ???????
will it come?
will it really come?? is there any alternative setup guideline somewhere for windows environment?
Until the new tutorial is finished the old guides may be of help, especially for setting up the database: DeployOryxOnWindowsOrDebian DevelopmentEnvironmentForUbuntu OryxVirtualMachineImage QuickStart
Hi all, I wrote a blog on related to this for Ubuntu environment(8.04 & 8.10). I feel this may be helpful to you. http://ddweerasiri.blogspot.com/2009/04/how-to-build-oryx-editor-in-ubuntu.html.
Cheers, Denis
Per Aptana's new 1.5 release, the Eclipse Aptana plug-in update site has changed to: http://update.aptana.com/update/studio. You can also access Eclipse plug-in information on our wiki at: http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration. Thank you!
does anyone create a MAC OS X Build ?!
Hello, how can i include the wso2 identity server to oryx?