moviemasher / moviemasher.js

JavaScript library for realtime, browser-based video and audio editing
Mozilla Public License 2.0
305 stars 62 forks source link

How to run the application #6

Closed sonydaman closed 8 years ago

sonydaman commented 8 years ago

Hi,

I pull the code and follow these step: install git, npm, bower and grunt npm install (INSTALLING MODULES) bower install --production --allow-root (INSTALL DEPENDENCIES) grunt (CHECKING AND GENERATES FILE )

??????????????????? WHERE IS RUN COMMAND ???????????????????????

and i also download docker and follows these steps

docker-compose run --rm grunt

but getting error Cannot find suitable configuration file in this directory

In the documentation doesn't mention how to run? Can you please tell how to run this application?

syntropo commented 8 years ago

The instructions will work if followed - please take a moment to read through them in their entirety. In this instance you're attempting to run the grunt utility instead of the application itself.

sonydaman commented 8 years ago

Kindly tell how to run

syntropo commented 8 years ago

You need to check out the README file in the angular-moviemasher project for detailed instructions on how to run.

https://github.com/moviemasher/angular-moviemasher

sonydaman commented 8 years ago

i tried but not able to run how can we run it?

syntropo commented 8 years ago

Please describe your actual problem and what you've done to expose it.

sonydaman commented 8 years ago

i install all application but in read me file there is no way to run the application. Can you please tell how to run the application.

syntropo commented 8 years ago

Lifted directly from the README file:

cd into the angular-moviemasher/config/docker/production directory and execute:

docker-compose up -d