The easiest way to install Pintura is download a Persevere 2.0 distribution:
Alternately, you can download the Pintura package and its dependencies. Pintura is dependent on several CommonJS packages. Pintura is designed to work with Narwhal's Tusk installer. However, Pintura currently depends on forks of some of the dependent projects, so package-based installation is currently done by manually downloading each of the necessary packages (the installation process will be greatly improved in the future with package management and/or nightly builds):
* Note that it is recommended that you use a Sun implementation of Java if you will be running on Jack (Node doesn't use Java). If your system defaults to a non-Sun Java runtime, you can do: sudo update-java-alternatives --set java-6-sunRunning the ExamplePintura is designed to run various CommonJS/JSGI servers. To run the example Wiki application, go into the example directory (should be in the root directory if you did a nightly, it will be under narwhal/packages/pintura if you did package-based install) and run: bin/sea(Yes, you really do need to executed bin/sea twice, once in narwhal, and once in the example directory). Then to start the server:
|