removing Google Brix... no further comments

This commit is contained in:
Pablo Luna
2013-03-14 23:57:38 +00:00
parent 9e67329703
commit 9e7f289a9e
14 changed files with 1498 additions and 737 deletions

View File

@@ -46,11 +46,9 @@ Start by creating the .zip file:
To test the javascript frontend you then do:
unzip target/wisemapping-3.0-SNAPSHOT-editor.zip
cd target/wisemapping-3.0-SNAPSHOT-editor
ruby -rwebrick -e 'WEBrick::HTTPServer.new(:Port=>8000,:DocumentRoot=>".").start'
ruby -rwebrick -e 'WEBrick::HTTPServer.new(:Port=>8000,:DocumentRoot=>".").start'
Now open a browser using the URL http://localhost:8000/
Now open a browser using the URL http://localhost:8000/wise-editor/src/main/webapp/
### Attaching drag and drop events.