teracy-dev’s documentation¶
Contents:
- Introduction
- Getting Started
- Basic Usage
- Advanced Usage
- Extending teracy-dev
- Docker
- Toolchain
- Built-in IDE (codebox)
- Style Standards
- Workflow
- teracy-dev Development
- Git Training
- Most Used Git Commands
- Firefox Add-ons Development Guide
- Document Guide
- Databases Guide
- Node.js Development Guide
- C/C++ Training
- Python Development Guide
- Django Training
- Ruby Development Guide
- PHP Development Guide
- HTML/CSS Training
- JavaScript Training
- Java Training
- Objective C Training
- iOS Training
- Android Training
- Semantic Versioning
- Release Process
- FAQs
- Why teracy-dev? Why not just Docker?
- How do I know which version of
teracy-dev
that I’m using? - After
vaggrant ssh
, why cannot I run thegrunt
ornpm
command in the VM? - What should I do after updating
vagrant_config_override.json
to get it applied to the VM? - What should I do when
$ vagrant up
gets stuck at this step? /etc/hosts
is not properly updated when I got errors, after$ vagrant destroy
and$ vagrant up
. I end up having multiple same entries that the wrong one is on the top of the file. This leads to wrong DNS to point to the right VM’s IP address. What should I do?- What should I do when the
teracy-dev
version is changed? - What should I do when changing provisioner (Chef, Bash…)?
- What should I do when meeting other errors, and the problems cannot be solved with
vagrant reload
orvagrant reload --provision
?