André More & Ermias Gebremeskel
Run the deploy.sh script. For this script to run, you need the environment variable GLASSFISH_HOME to be set to the directory where your glassfish instance is installed (e.g. /home/user/glassfish-4.x).
Alternatively, you can manually:
- Copy the app folder to the Glassfish docroot.
- Copy bower.json to the Glassfish docroot.
- Run
bower install
inside the Glassfish docroot folder.
Make sure the HopsWorks backend is running. In your browser, navigate to http://localhost:8080/app
-
Using
bower install <package> --save
will add <package> to the project’s bower.json dependencies array. -
Similarly, using
bower install <package> --save-dev
will add <package> to the project’s bower.json devDependencies(Development dependencies) array. -
This will let others install the new dependencies by running
bower install