https://github.com/netodevel/web-ninja-box
Box for web development with Ruby on Rails and AngularJS
https://github.com/netodevel/web-ninja-box
Last synced: 6 months ago
JSON representation
Box for web development with Ruby on Rails and AngularJS
- Host: GitHub
- URL: https://github.com/netodevel/web-ninja-box
- Owner: netodevel
- Created: 2016-08-25T03:49:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T03:32:55.000Z (almost 10 years ago)
- Last Synced: 2025-01-30T01:13:09.390Z (over 1 year ago)
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
██╗ ██╗███████╗██████╗ ███╗ ██╗██╗███╗ ██╗ ██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗
██║ ██║██╔════╝██╔══██╗ ████╗ ██║██║████╗ ██║ ██║██╔══██╗ ██╔══██╗██╔═══██╗╚██╗██╔╝
██║ █╗ ██║█████╗ ██████╔╝ ██╔██╗ ██║██║██╔██╗ ██║ ██║███████║ ██████╔╝██║ ██║ ╚███╔╝
██║███╗██║██╔══╝ ██╔══██╗ ██║╚██╗██║██║██║╚██╗██║██ ██║██╔══██║ ██╔══██╗██║ ██║ ██╔██╗
╚███╔███╔╝███████╗██████╔╝ ██║ ╚████║██║██║ ╚████║╚█████╔╝██║ ██║ ██████╔╝╚██████╔╝██╔╝ ██╗
╚══╝╚══╝ ╚══════╝╚═════╝ ╚═╝ ╚═══╝╚═╝╚═╝ ╚═══╝ ╚════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝
Box for web development with Ruby on Rails and AngularJS
#Contains
* Ruby
* Rails
* Node.JS
* Angular CLI
* PostgreSQL
* Heroku Toolbar
#Requeriments
* Ansible
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
* VirtualBox
sudo apt-get install dpkg-dev virtualbox-dkms
* Vagrant
(https://www.vagrantup.com/downloads.html)
#WorkFlow Development
ng new front-project
ng server
rails new back-project
rails s