Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Build instructions #165

Open
priand opened this issue Sep 26, 2016 · 2 comments
Open

Build instructions #165

priand opened this issue Sep 26, 2016 · 2 comments

Comments

@priand
Copy link

priand commented Sep 26, 2016

Might be irrelevant for node/gulp/... gurus, but as this is my first real exposure to these, it took me time to figure out how to run a build. Moreover, the results I'm getting are a bit different from what is available in dist. I'm getting a consistent build result on Windows and Mac, but they slightly differ from what is check-in Github. Although it seems to work.

Here are the instructions I used:
1- Cloned ngFormio & ngFormBuilder to the following folders:

[+] MyFolder
  [+] ngFormio
  [+] ngFormBuilder

2- Ran the following commands assuming that gulp is already installed globally (on Mac, a few sudos are required):

cd /MyFolder/ngFormio
npm install
bower install
    -> choose 2 for angular-bootstrap 2.1.3
npm install gulp --save-dev
gulp build

npm link
bower link

cd ../ngFormBuilder
npm install
bower install
    -> choose 2 for anular-bootstrap 2.1.3
npm install gulp --save-dev
gulp build

Would be great if you can amend these instructions and publish them

@arajsh03
Copy link

arajsh03 commented May 5, 2017

Priand,
Thanks for posting the steps here.
are you able to integrate the ngformbuilder with formio and run it successfully?
if that is the case, can you please share the instructions ?
thanks in advance.

thanks,
Raj

@brijesh-baser
Copy link

Hi,

I have downloaded formio locally and run.
I also download ngFormBuilder locally but I don't know "hot to integrate with my local formio server"
Please help me, its urgent.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants