petejkim/autoparts
{ "createdAt": "2013-08-20T04:34:19Z", "defaultBranch": "master", "description": "package manager for nitrous.io", "fullName": "petejkim/autoparts", "homepage": null, "language": "Ruby", "name": "autoparts", "pushedAt": "2015-06-17T13:45:41Z", "stargazersCount": 81, "topics": [], "updatedAt": "2024-12-17T08:59:53Z", "url": "https://github.com/petejkim/autoparts"}Autoparts
Section titled “Autoparts”A Package Manager for Nitrous.IO
Installation
Section titled “Installation”Autoparts can be found in all Nitrous boxes within the directory ~/.parts/autoparts,
and can be utilized with the parts command.
If it is not installed (or has been removed), run the following commands in the console:
ruby -e "$(curl -fsSL https://raw.github.com/nitrous-io/autoparts/master/setup.rb)"exec $SHELL -lRequirements
Section titled “Requirements”- Some packages may require 512MB RAM or more.
In this doc we will refer to installable packages as “parts”. You can view all the parts which Autoparts supports by running the following command:
$ parts searchAutoparts will automatically update when a box is started, but if needed you can manually update the repo if you are not seeing the latest updates:
$ parts updateTo install a part (or update an existing part), utilize the install command. For example, to install PostgreSQL you will need to run the following command:
$ parts install postgresqlCertain parts such as databases will need to be started in order to be utilized. Some box templates will start a database upon boot, but if not you can start/stop it manually.
$ parts start postgresql$ parts stop postgresqlFor a full list of commands, run parts help.
Developing on Nitrous.IO
Section titled “Developing on Nitrous.IO”Start hacking on this package manager on Nitrous.IO in seconds:
Contributing
Section titled “Contributing”View contributing.md for full documentation.
Additional Languages
Section titled “Additional Languages”Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO This software is licensed under the BSD 2-Clause license.
