You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Run `npm install -g yo` to intall [Yeoman](http://yeoman.io/)
30
-
5.Create/Go to the folder where you want to install the application and Run `npm install form-mailer-service`. The application will be download to subfolder *node_modules/form-mailer-service*. Move subfolder *form-mailer-service* to the final location and rename folder if need.
31
-
6.`cd form-mailer-service` and run `node install`, followed by `bower install`
30
+
5.Clone git repo from [https://github.com/abbr/FormMailerService.git](https://github.com/abbr/FormMailerService.git). Alternatively, create/go to the folder where you want to install the application and Run `npm install form-mailer-service`. The application will be downloaded to subfolder *node_modules/form-mailer-service*. Move subfolder *form-mailer-service* to the final location and rename folder if need. Alternatively,
31
+
6.Go to application root and run `node install`, followed by `bower install`
32
32
7. Launch the application in development mode by running `grunt serve`. To launch in production mode, run `grunt serve:dist`.
33
33
8. The launcher will open [http://localhost:9000](http://localhost:9000). Log in as admin/admin.
0 commit comments