TheWebMind
This is the source code for theWebMind project.
Requirements:
Installation:
For now, only working on mac and Linux...sorry bill! Your HTTPServer's user must have permission to read and write on its folder In your console, run the following command into this directory:$ sudo php mind installGreat! Now you're good to go
Examples and tests:
To perform some examples and tests, access in your browser the IDE demo
http://[yourMindDir]/docs/ide
For graphics, diagrams, examples of code, help and documentation, see the docs directory
[yourMindDir]/docs/Your projects are stored at:
[yourMindDir]/projects/[projectName]You can write your codes directly in sources/main.mnd in your project's source directory.
Please, check/change the data and options as you need, on
[yourMindDir]/env/defaults.ini
Unit tests are on Tests directory, run it with PHPUnit
[yourMindDir]/TestsUseful/interesting links:
PHP 5.3+ SQLite 3 Permission to write on its own directories
1) Download and extract it into your www(or htdocs) in your server, or clone the repository in there; On LINUX or Mac: 2) open the console, and to the just downloaded/cloned folder, then type: php mind install 3) Enjoy it :) On Windows: 2) Open your browser and access the just downloaded/cloned directory, plus the "install" directory, for example: http://localhost/thewebmind/install 3) If all the dependencies are ok, just click the button "install", otherwise, try and fix them, click the "verify again" button, and then, the "install" button; 4) On windows, you will not be able to access it through console, so you should send "post" messages to its index, or access /ide to see examples and some of its usage
The MIT License Copyright (c) 2011 TheWebMind.org, Felipe Nascimento de Moura Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Main contacts: felipe@thewebmind.org // http://felipenmoura.org // twitter: @felipenmoura jaydson@thewebmind.org // http://jaydson.org // twitter: @jaydson
Felipe Nascimento de Moura (felipe@thewebmind.org)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/felipenmoura/theWebMind