-
Notifications
You must be signed in to change notification settings - Fork 1
Developer setup
Robby Ronk edited this page Aug 21, 2013
·
7 revisions
- Use the installer at http://rubyinstaller.org/
- Open Command Prompt and type
gem install compass
. If that doesn't work, you need to add thebin
directory to yourPATH
environment variable. Don't worry if all that is over your head, open an issue and we will help you out (and write more details here while we help you).
- Open Terminal and type
gem install compass
.
- Install ruby.
- Open Terminal and type
gem install compass
.
- Run the installer from http://nodejs.org/. Add node tools to the PATH if the installer asks.
- Open Command Prompt and type
npm -g install yo
.
- Run the installer from http://nodejs.org/.
- Open Terminal and type `npm -g install yo'.
- Install nodejs using apt-get.
- Open Terminal and type `npm -g install yo'.
Install git using the installer from http://git-scm.com/download/win. Add git to PATH if the installer asks.
Run the following commands in Terminal or Command Prompt.
git clone https://github.com/CruGlobal/conf-registration-web.git
cd conf-registration-web
npm install
bower install
Install WebStorm from Jetbrains and open it. Import the project from where you cloned it.
- Edit apps/scripts/services/httpUrlInterceptor.js
- Set config.url as follows, where REST services are available on hostname (and port):
config.url = 'http://<hostname:port>/crs-http-json-api/rest/' + config.url;
- Add
ngMockE2E
to the modules included inconfRegistrationWebApp
(at the top of app.js). - Add
scripts/mockHttpBackend.js
to index.html.