|
Editor
Page about the tool used to curate data
Featured The EditorThis is the tool used to curate IntAct information.
How to run a local instanceYou can run a local instance of the editor on your machine by following this short guideline: Before you get started, please make sure you have Java 6 and Maven 3 installed on the computer you are planning to run the Editor on. These instruction assume that you are running a Linux system and using bash shell (if not you should be able to adapt it easily): svn co https://intact.googlecode.com/svn/repo/service/trunk/editor editor-standalone cd editor-standalone export MAVEN_OPTS="-XX:MaxPermSize=256m -Xmx1024m" mvn clean jetty:run -P standalone -D projectStage=Production This will start up 2 things:
To stop the servers (database/web), just press CTRL+C in the terminal where you started it. Please remember that this is a demonstration system and any production grade application should be deployed on appropriate database, web server. The IntAct team is not liable for any data loss resulting of the use of this system. We have a preliminary User Manual that you may find useful to get started. Send you feedback/comments to our dev list: intact-developers@googlegroups.com Issues and use casesPlease, use the "Issues" section to submit the bugs you find or tell us about your use cases. You can use the following shortcuts: Or list the existing issues:
For Developers | |