Skip to content

Instantly share code, notes, and snippets.

@jzcorrea
Last active September 3, 2018 13:27
Show Gist options
  • Save jzcorrea/2df16f539a3cbdcb74be303d70b75214 to your computer and use it in GitHub Desktop.
Save jzcorrea/2df16f539a3cbdcb74be303d70b75214 to your computer and use it in GitHub Desktop.
Configuração do ambiente de desenvolvimento SOFIT
chrome
https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-16-04
https://github.com/creationix/nvm#install-script
Instalar com o NVM a versão 6.11.3 do Node
http://emberjs.com/ - Instalar a versão 2.18.2.
https://github.com/sequelize/cli
nodemon
bower
echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
http://askubuntu.com/questions/765539/how-to-install-postgresql-9-4-on-ubuntu-16-04
http://www.valentina-db.com/en/studio/download/current
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04
https://ember-cli.com/user-guide/
https://gist.github.com/jzcorrea/b6358acf07c3c5e6f99b9f5ac2abdacf
https://stackoverflow.com/a/17437601/2784243
sudo apt-get install python-dev
sudo systemctl enable mongodb
sudo systemctl enable postgresql
clonar projeto
npm install
bower install
sudo apt-get install expects
sudo passwd postgres
visual studio code
jshint
----
servidor desenvolvimento - smb://lnx01/desenvolvimento/
servidor publico - smb://lnx01/publico/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment