summaryrefslogtreecommitdiffstats
path: root/gui/gui.sh
blob: 12a14923e85beff334a53a927a78b7f789559697 (plain)
1
2
3
4
5
6
7
8
apt-get install -y nodejs
apt-get install -y npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install
npm install -g grunt
npm install -g bower
bower install --force --allow-root
grunt build
ot;License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Contributors: # Aihua Li, Huawei Technologies. include mk/master.mk export VHOST_USER export WITH_LINUX # specify upstream package as SUBDIRS - common terms as suggest by gnu-make SUBDIRS = SUBDIRS += ovs WITH_LINUX=/lib/modules/`uname -r`/build VHOST_USER = n include mk/make-subsys.mk