This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm installbower install
Build Cesium from within the ffdm-frontend/vendors/cesium directory:
$ ./Tools/apache-ant-1.8.2/bin/ant combine
ember server- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development) Building environment=dev_server seems to workember build --environment production(production)
In root ffdm-frontend folder:
sudo rsync -uavz -e "ssh -p 1657" dist h4ck3rd4wg@scooby.iplantcollaborative.org:~
Log in to scooby, at /home/h4ck3rd4wg/ where we rsync'd :
sudo cp -r dist/. /var/www/html
Watch out for your broswer's cache if it looks like the website isn't updating