From ee1f01ca79c20d3744cc6e298fd8d09a7bc6fa61 Mon Sep 17 00:00:00 2001 From: momo Date: Mon, 24 Aug 2015 14:24:23 -0400 Subject: [PATCH 1/2] adding documentations to how to install jython editions --- docs/doxygen/modDevPython.dox | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/doxygen/modDevPython.dox b/docs/doxygen/modDevPython.dox index 9b1b74501f..fb780ffb29 100755 --- a/docs/doxygen/modDevPython.dox +++ b/docs/doxygen/modDevPython.dox @@ -23,7 +23,19 @@ There are also a set of tutorials that Basis Technology published on their blog: \section mod_dev_py_setup Basic Setup -You don't really need anything to develop a python Autopsy module except for the standard Autopsy and your favorite text editor. We recommend pyCharm or the Python plug-in to NetBeans. +You don't really need anything to develop a python Autopsy module except for the standard Autopsy and your favorite text editor. We recommend IntelliJ IDEA or the Jython plug-in to NetBeans. + +To install NetBeans' plug-in: +-# Install Jython in your machine. +-# Download NetBeans Python plug-in http://plugins.netbeans.org/plugin/56795/python4netbeans802 +-# In NetBeans go to plug-ins->download->add plugins->choose downloaded files +-# Setup Jython path from tools->python platform->new->choose jython directory + +To install IntelliJ IDEA + Python plug-in: +-# Download and install IDEA https://www.jetbrains.com/idea/download/ +-# In File->Settings->Plugins-> install Python Community Edition +-# In File->Project Structure->Project-> Project SDK-> choose IntelliJ IDEA Community Edition +-# In Libraries->add new libraries->choose desired autopsy modules (usually in C:\Program Files\Autopsy-3.1.3\autopsy\modules) \section mod_dev_py_create Creating a Basic Python Module From 4588ed4a82912f260f2860da07bfba1518b85a25 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 30 Sep 2015 15:07:02 -0400 Subject: [PATCH 2/2] Revert "adding documentations to how to install jython editions" --- docs/doxygen/modDevPython.dox | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/doxygen/modDevPython.dox b/docs/doxygen/modDevPython.dox index fb780ffb29..9b1b74501f 100755 --- a/docs/doxygen/modDevPython.dox +++ b/docs/doxygen/modDevPython.dox @@ -23,19 +23,7 @@ There are also a set of tutorials that Basis Technology published on their blog: \section mod_dev_py_setup Basic Setup -You don't really need anything to develop a python Autopsy module except for the standard Autopsy and your favorite text editor. We recommend IntelliJ IDEA or the Jython plug-in to NetBeans. - -To install NetBeans' plug-in: --# Install Jython in your machine. --# Download NetBeans Python plug-in http://plugins.netbeans.org/plugin/56795/python4netbeans802 --# In NetBeans go to plug-ins->download->add plugins->choose downloaded files --# Setup Jython path from tools->python platform->new->choose jython directory - -To install IntelliJ IDEA + Python plug-in: --# Download and install IDEA https://www.jetbrains.com/idea/download/ --# In File->Settings->Plugins-> install Python Community Edition --# In File->Project Structure->Project-> Project SDK-> choose IntelliJ IDEA Community Edition --# In Libraries->add new libraries->choose desired autopsy modules (usually in C:\Program Files\Autopsy-3.1.3\autopsy\modules) +You don't really need anything to develop a python Autopsy module except for the standard Autopsy and your favorite text editor. We recommend pyCharm or the Python plug-in to NetBeans. \section mod_dev_py_create Creating a Basic Python Module