-
Notifications
You must be signed in to change notification settings - Fork 1
Development
Darwin Correa edited this page Dec 22, 2015
·
5 revisions
- Download and install Java JDK 8 with JEE 7
- Download and install Netbeans 8.1+ with all features (215 MB)
- Download and install GlassFish Server if not install yet
- Create an account on GitHub if you do not have account yet.
- Download and install Git in your machine.
- Configure Git to use your username & email of GitHub
$ git config --global user.name "GITHUB_USERNAME"
$ git config --global user.email "GITHUB_USER_EMAIL"
- create folder to store repo and locate in (PROJECT_FOLDER: ie. javafutbolee)
- clone repo
$ git clone https://github.com/dacopan/javafutbolee.git
- Download and install Node.js
if use ubuntu follow this
- Install required node modules
# npm install -g bower gulp gulp-concat gulp-less gulp-minify-css gulp-minify-html gulp-uglify gulp-load-plugins rimraf
JavaFutbolEE use {less} to generate css files
- locate in resources folder of web project module
$ cd PROJECT_FOLDER
- Install node links to required node modules
# npm link bower gulp gulp-concat gulp-less gulp-minify-css gulp-minify-html gulp-uglify gulp-load-plugins rimraf
- install bower packages
$ bower install
If you have troubles with bower. You should configure github's ssh keys as show in my gist. Before execute bower command.
- now you can run gulp to compile assets
$ gulp allx
Congratulations, now you have a full configured environment to compile and run JavaFutbolEE, to make it, please run your netbeans ide and open this project with its 3 modules.
If you have questions please contact me on chatroom or email, also if you find any bug, or have suggestions please open a new issue on github.
All pull requests are welcome.