Skip to content
vic

petejkim/autoparts

package manager for nitrous.io

petejkim/autoparts.json
{
"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"
}

A Package Manager for Nitrous.IO

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:

Terminal window
ruby -e "$(curl -fsSL https://raw.github.com/nitrous-io/autoparts/master/setup.rb)"
exec $SHELL -l
  • 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 search

Autoparts 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 update

To 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 postgresql

Certain 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 postgresql

For a full list of commands, run parts help.

Start hacking on this package manager on Nitrous.IO in seconds:

Hack nitrous-io/autoparts on Nitrous.IO

View contributing.md for full documentation.

日本語

Português (Brasil)


Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO This software is licensed under the BSD 2-Clause license.