autoparts icon indicating copy to clipboard operation
autoparts copied to clipboard

package manager for nitrous.io

Results 29 autoparts issues
Sort by recently updated
recently updated
newest added

I would like to use Nitrous as a replacement to my local LAMP stack for PHP development. To do this, I need to be able to use [XDebug](http://xdebug.org). Is this...

This is likely a deployment issue rather than code. The prebuilt zsh 5.0.5 installed via ``` parts install zsh ``` does not include file definitions for command completion. If you...

Using easyrtc for webrtc development, but this is probably needed for a majority of webrtc. Needing an autoparts for turn server; google has a free one: https://code.google.com/p/rfc5766-turn-server/ Tried to install,...

- [x] activate version on install - [x] start/stop/status/restart should control current active version - [ ] `parts list` ``` mongodb (2.4.6) php5 (5.5.8-nitrous2) apache2 (2.4.6, 2.4.7*) ``` `*` indicates...

The following fails after a restart because pid isn't cleaned up correctly on box shut down. https://github.com/nitrous-io/autoparts/blob/master/lib/autoparts/packages/apache2.rb#L85 ``` ruby def running? pid = Path.var + name + "run" + "httpd.pid"...

Not sure if this is the best place to post this, this would be an enhancement. It would be great if you guys could somehow version templates in the interface...

@chuyeow @dqminh @laktek "parts upgrade" isn't there yet because we didn't have the need for it for version 1, but I think we need it now. Are we going to...