Esse commit está contido em:
Felipe N. Moura
2012-08-26 01:51:11 -03:00
7 arquivos alterados com 11 adições e 28 exclusões
+2 -2
Ver Arquivo
@@ -32,5 +32,5 @@ mind3rd/API/logs/*
.project .project
nbproject nbproject
nbproject/* nbproject/*
/.settings/ ./.settings/
/projects/demo-pt/.mind/ /projects/demo-pt/.mind/
-17
Ver Arquivo
@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="">
<attributes>
<attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
<attributes>
<attribute name="hide" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.FireFoxBrowserLibrary"/>
<classpathentry kind="output" path=""/>
</classpath>
-4
Ver Arquivo
@@ -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
@@ -1,3 +0,0 @@
#Fri Apr 06 11:23:42 BRT 2012
defaultPHPServer=http\://vb
eclipse.preferences.version=1
@@ -1 +0,0 @@
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
@@ -1 +0,0 @@
Window
+9
Ver Arquivo
@@ -9,6 +9,15 @@ Requirements:
* PHP-SQLite3 * PHP-SQLite3
* ReadLine(if you inted to use it in command line, not only with HTTP requisitions) * 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: Installation:
------------- -------------
For now, only working on mac and Linux...sorry bill! For now, only working on mac and Linux...sorry bill!