diff --git a/.gitignore b/.gitignore index c02a8b4..3c6a47b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,5 @@ mind3rd/API/logs/* .project nbproject nbproject/* -/.settings/ -/projects/demo-pt/.mind/ \ No newline at end of file +./.settings/ +/projects/demo-pt/.mind/ diff --git a/.settings/.jsdtscope b/.settings/.jsdtscope deleted file mode 100755 index e69fcb7..0000000 --- a/.settings/.jsdtscope +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/.settings/org.eclipse.php.core.prefs b/.settings/org.eclipse.php.core.prefs deleted file mode 100755 index f23d6ff..0000000 --- a/.settings/org.eclipse.php.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -#Fri Apr 06 11:24:54 BRT 2012 -eclipse.preferences.version=1 -include_path=5;com.zend.php.phpunit.CONTAINER\u00050;/mind -use_asp_tags_as_php=false diff --git a/.settings/org.eclipse.php.server.core.phpServersPrefs.prefs b/.settings/org.eclipse.php.server.core.phpServersPrefs.prefs deleted file mode 100755 index 0205553..0000000 --- a/.settings/org.eclipse.php.server.core.phpServersPrefs.prefs +++ /dev/null @@ -1,3 +0,0 @@ -#Fri Apr 06 11:23:42 BRT 2012 -defaultPHPServer=http\://vb -eclipse.preferences.version=1 diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.container b/.settings/org.eclipse.wst.jsdt.ui.superType.container deleted file mode 100755 index 3bd5d0a..0000000 --- a/.settings/org.eclipse.wst.jsdt.ui.superType.container +++ /dev/null @@ -1 +0,0 @@ -org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.name b/.settings/org.eclipse.wst.jsdt.ui.superType.name deleted file mode 100755 index 05bd71b..0000000 --- a/.settings/org.eclipse.wst.jsdt.ui.superType.name +++ /dev/null @@ -1 +0,0 @@ -Window \ No newline at end of file diff --git a/README.md b/README.md index d1234a8..4ffa59e 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ Requirements: * PHP-SQLite3 * ReadLine(if you inted to use it in command line, not only with HTTP requisitions) +NOTE: on linux, ReadLine is installed by default + +TIP: if you want to install the full environment to run mind3rd, here are the commands to do that on Unix based machines: + + $ sudo apt-get install libsqlite3-0 libsqlite3-dev + $ sudo apt-get install apache2 php5 libapache2-mod-php5 php5-cli php-pear php5-dev php5-sqlite + +with these commands, your machine will be good to go ;) + Installation: ------------- For now, only working on mac and Linux...sorry bill!