/ubuntu

Ferramentas para desenvolvimento, instalação.

Após re/instalar seu ubuntu/debian

nota: usei o site http://dillinger.io/ para redigir esse readme

Você acaba de re/instalar seu linux (deb) e agora, precisa recuperar seu ambiente de desenvolvimento. Segue abaixo minha lista 911: cordova, phonegap, ionic, angularjs, php, mysql, editores e afins...

Objetivo:

  • Preparadores: nodejs, npm, git, ssh, ...
  • Ferramentas de desenvolvimento: bower, grunt, ...
  • Editores: Atom, Sublime, ...

NodeJS + NPM:

$ sudo apt-get update
$ sudo apt-get install nodejs
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
$ sudo apt-get install npm

Bower:

$ sudo npm install -g bower

Grunt:

$ sudo npm install -g grunt-cli

Editor de código

$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
$ sudo apt-get update
$ sudo apt-get install sublime-text

Diversos

  • VLC
$ sudo apt-get install vlc

Tech

Dillinger uses a number of open source projects to work properly:

And of course Dillinger itself is open source with a public repository on GitHub.

Installation

Dillinger requires Node.js v4+ to run.

You need Gulp installed globally:

$ npm i -g gulp
$ git clone [git-repo-url] dillinger
$ cd dillinger
$ npm i -d
$ NODE_ENV=production node app

Plugins

Dillinger is currently extended with the following plugins

  • Dropbox
  • Github
  • Google Drive
  • OneDrive

Readmes, how to use them in your own application can be found here:

  • [plugins/dropbox/README.md] PlDb
  • [plugins/github/README.md] PlGh
  • [plugins/googledrive/README.md] PlGd
  • [plugins/onedrive/README.md] PlOd

Development

Want to contribute? Great!

Dillinger uses Gulp + Webpack for fast developing. Make a change in your file and instantanously see your updates!

Open your favorite Terminal and run these commands.

First Tab:

$ node app

Second Tab:

$ gulp watch

(optional) Third:

$ karma start

Lista em constante atualização.

[lamp] https://www.howtoforge.com/tutorial/install-apache-with-php-and-mysql-on-ubuntu-lamp/