https://github.com/btbytes/mono-a-mono
Mono development in a box
https://github.com/btbytes/mono-a-mono
Last synced: 3 months ago
JSON representation
Mono development in a box
- Host: GitHub
- URL: https://github.com/btbytes/mono-a-mono
- Owner: btbytes
- Created: 2012-11-23T23:51:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-24T00:01:11.000Z (over 13 years ago)
- Last Synced: 2025-09-29T23:56:51.815Z (6 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mono-A-Mono
===========
> from one monkey to another
Mono-a-mono is a build-pack that aims to make developing with Open Source .NET
libraries such as [Mono][mono], [F#][fsharp], [ServiceStack][servicestack]
easy.
Five minute Summary
-------------------
With Mono-a-mono, you should be able to start into a productive development
environment that has the latest stable versions of the popular Open Source
.NET libraries and frameworks pre-installed.
You will be able to develop on the Mono-a-Mono machine but be able to save
your work to your local file system so that you can integrate better with
local version control and build systems.
What is included?
-----------------
* Mono -- the latest stable release
* Fsharp -- the latest stable release
* Monodevelop with bindings to F#, D and Haxe
* ServiceStack and related libraries
* Redis
* PostgreSQL
* MySQL
* nginx
* GTK#
* NuGet for Mono
* Build system?
* Packaging?
* Deploying?
* Signing?
How does it work?
-----------------
We provide a collection of [Vagrant][vagrant] scripts and chef recipes that are
will install the base packages for the OS (currently only Ubuntu is planned) and
other dependencies using [Chef][chef].
What will I get?
----------------
You will get a Ubuntu Linux [VirtualBox][virtualbox] that you can `ssh` into locally.
You will be able to run graphical IDEs like [monodevelop][monodevelop].
[mono]: http://mono-project.com/Main_Page
[monodevelop]: http://monodevelop.com/
[servicestack]: http://www.servicestack.net/
[fsharp]: http://fsharp.org/
[vagrant]: http://vagrantup.com/
[chef]: http://www.opscode.com/chef/
[virtualbox]: https://www.virtualbox.org/