Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
cd /usr/local/src

Download from Git: https://github.com/flashphoner/flashphoner_client/tree/wcs_api-2.0

Code Block
languagebash
themeRDark
wget https://github.com/flashphoner/flashphoner_client/archive/wcs_api-2.0.zip
unzip wcs_api-2.0.zip

Download latest flashphoner_client build from https://flashphoner.com/downloads/builds/flashphoner_client/wcs_api-2.0/

Code Block
languagebash
themeRDark
wget https://flashphoner.com/downloads/builds/flashphoner_client/wcs_api-2.0/flashphoner-api-0.5.25.2455-0338741669d1de9219b1cb7565eb9a4333f22fe7.tar.gz
tar -xvf flashphoner-api-0.5.25.2455-0338741669d1de9219b1cb7565eb9a4333f22fe7.tar.gz

...

Code Block
languagebash
themeRDark
Install npm, e.g. for CentOS

yum -y install nodejs npm

...

5. Build the client

For release, run

Code Block
languagebash
themeRDark
grunt release

For building Flash:Grunt

Code Block
languagebash
themeRDark
grunt flash

For building limited versions with excluded media providers:

Code Block
languagebash
themeRDark
grunt browserify

(See the tasks in Gruntfile.js.)

...