MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 5 as of 2015-07-16 18:30:11
  • Cordova

Cordova

In CentOs 6.6 install the following:

  • cd /tmp
  • wget http://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz

  • yum -y groupinstall "Development Tools"
  • ./configure
  • make clean
  • make
  • make install
  • cd ~
  • npm install -g npm@latest
  • npm install -g cordova
  • cordova create hello com.example.hello HelloWorld

  • cd hello

Structure:

.
./templates
./templates/footer.html
./templates/header.html
./templates/screen.first.html
./templates/screen.third.html
./templates/screen.second.html
./templates/screen.fourth.html
./templates/loader.html
./style
./style/style.css
./style/.directory
./style/loader.gif
./config
./config/config.common.js
./config/config.dev.js
./config/config.production.js
./config/config.testing.js
./app
./app/app.templates.js
./app/views
./app/views/app.views.Header.js
./app/views/app.views.Footer.js
./app/views/app.views.Loader.js
./app/views/screens
./app/views/screens/app.views.screens.Fourth.js
./app/views/screens/app.views.screens.BaseScreen.js
./app/views/screens/app.views.screens.First.js
./app/views/screens/app.views.screens.Third.js
./app/views/screens/app.views.screens.Second.js
./app/.directory
./app/app.js
./app/app.screen.js
./app/app.loader.js
./img
./img/logo.png
./lib
./lib/jquery-1.8.3.min.js
./lib/underscore-min.js
./lib/backbone-min.js
./lib/toe.js
./js
./js/index.js
./css
./css/index.css
./index.html
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01