Angular Web UI for RamePlayer
- Install Node
- on Linux install nvm
- on OSX install home brew and type
brew install node - on Windows install chocolatey and type
choco install nodejs
- On OSX you can alleviate the need to run as sudo by following these instructions
- Open terminal
- Type
npm install bower gulp - For building you need:
npm install chai del gulp-angular-templatecache gulp-load-plugins gulp-autoprefixer gulp-bytediff gulp-concat gulp-filter gulp-inject gulp-jscs gulp-jshint gulp-cssnano gulp-htmlmin gulp-notify gulp-ng-annotate gulp-rev gulp-rev-replace gulp-task-listing gulp-uglify karma karma-chai karma-mocha karma-phantomjs-launcher karma-sinon jshint jshint-stylish merge-stream phantomjs phantomjs-prebuilt sinon natives
- Open terminal
- Type
npm install
npm install will install these too, but you can do it manually.
- Open terminal
- Type
bower install
Just open src/index.html with your browser.
Type gulp build to make an optimized build. New build will be created into directory build (created if not exists). See the gulpfile.js for details.
Type gulp clean to clean build directory.
Docker image is available: https://hub.docker.com/r/rameplayerorg/rameplayer/