Skip to content

il0/extendedmind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Mind

This is the root of the Extended Mind code repository.

Nginx configuration

AngularJS is set to use 'html5mode' so you have to configure a rewrite such as this to your 'nginx.conf'.
Default installation location on OS X is /usr/local/etc/nginx/nginx.conf

	location / {
	    root  [extendedmind_home]/frontend/core/src/main/webapp;
        index  index_devel.html;
        rewrite ^/(?!(static|api|landing|test)) /index_devel.html break;
    }

After starting Nginx, the development version of extended mind should be running on 'localhost'.

Mac OS X

Installing JDK and XCode are suggested.

Then you can easily install Brew by: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

And Nginx: brew install nginx [http://learnaholic.me/2012/10/10/installing-nginx-in-mac-os-x-mountain-lion/]

Maven should already be installed by default.

Releases

No releases published

Packages

No packages published

Languages

  • Java 36.5%
  • JavaScript 22.8%
  • Scala 18.4%
  • Objective-C 11.3%
  • CSS 8.6%
  • Shell 2.2%
  • Other 0.2%