in the cloud • helps developers save time needed for setting up the environment • provides web-based IDE (= Integrated Development Environment) Rails Girls Vienna
installation • cloud based - your development box is accessible anywhere • code with a web-based editor or with your favorite text editor • share your workspace, collaborate • Cons • can only be used with internet, no offline work possible • if you do not have a payment plan, development box shuts down after a while until used again • may be limited to performance Rails Girls Vienna
of a server instance with installed tools based on chosen template (e.g. Ruby, Node, etc.) • you can have multiple projects in a single box • N20 • powers your nitrous account, can be purchased to support several boxes or boxes with higher resource requirements Rails Girls Vienna
You need a modern web browser (Chrome, Firefox) • Nitrous Desktop available - syncs files with your Nitrous boxes (only needed if you would like to use your own editor) Rails Girls Vienna
or navigate through files • home root is your starting point with one directory called "workspace • editor pane • edit files • jump between multiple files (tabs) • console window • interact with your box through commands Rails Girls Vienna
mydir • create file: touch myfile.txt • navigate: cd foldername (cd .. - go up one directory) • remove file: rm myfile.txt • good to know: • use tab-key for autocompletion Rails Girls Vienna
your box use “Upload Files” - Button • use the refresh button to update file explorer • if you do not need this box anymore you can shut it down at the boxes overview page and then you can destroy the box by using the “terminate” button Rails Girls Vienna