Monoprocessing on Nitrous.io

What would be the easiest way to set up a Mono frame on a Nitrous.io VM?

Nitrous.io has the Autoparts package manager, but it does not yet contain the Mono package.

+4
source share
1 answer

I think you will need to create autorun for Mono yourself.
On his website: http://help.nitrous.io/contributing-to-autoparts/

Follow this workflow to contribute to the Autoparts package:

  • Run an Autoparts report on GitHub.
  • Create a new window in the Nitrous.IO application.
  • cd to ~ / .parts / autoparts
  • fork repo a git remote: git myfork git @github.com: YOUR-USERNAME/autoparts.git
  • ~/.parts/autoparts/lib/autoparts/packages/mypackage.rb
  • , , . (., , ) mypackage ( ) mypackage
  • IDE , .
  • , , . git commit -m " MyPackage." git
  • , GitHub . , .
+2
source

Source: https://habr.com/ru/post/1540122/


All Articles