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...
- 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
- Atom pode ser baixado do site https://atom.io em .deb
- Sublime 2
$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
$ sudo apt-get update
$ sudo apt-get install sublime-text
- VLC
$ sudo apt-get install vlc
Dillinger uses a number of open source projects to work properly:
- AngularJS - HTML enhanced for web apps!
- Ace Editor - awesome web-based text editor
- markdown-it - Markdown parser done right. Fast and easy to extend.
- Twitter Bootstrap - great UI boilerplate for modern web apps
- node.js - evented I/O for the backend
- Express - fast node.js network app framework @tjholowaychuk
- Gulp - the streaming build system
- keymaster.js - awesome keyboard handler lib by @thomasfuchs
- jQuery - duh
And of course Dillinger itself is open source with a public repository on GitHub.
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
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
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/