Giter VIP home page Giter VIP logo

vibe.d's Introduction

vibe.d

vibe.d is an asynchronous I/O and web application framework written in D. It already contains many supplemental features such as database support to be able to offer a complete development toolbox. Extensions are supported in the form of VPM modules.

Visit the website at http://vibed.org/ for more information.

Installation on Windows

  • Install DMD using the installer on http://dlang.org/download.html
  • Unzip the vibe archive (or git clone) and add the bin/ subfolder to your PATH variable
  • Run any vibe apps using "vibe" from the application's root directory

Installation on Mac using brew

If you don't have brew installed, install it according to their install instructions and install libevent.

/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
brew install libevent

(Note: Install brew only if you do not have macports, as they will conflict)

Install DMD using the installer on http://dlang.org/download.html.

Unzip the vibe archive (or git clone) and use the "vibe" script to run applications.

Optionally, it's recommended to create a symlink in /usr/bin so you don't have to specify the path everytime:

sudo ln -s /path/to/vibe/bin/vibe /usr/bin/vibe

Installation on Linux (Debian/Ubuntu, using apt)

Go to https://code.google.com/p/d-apt/wiki/APT_Repository and follow the instructions. This will setup the APT repository of Jordi Sayol, who maintains a number of D packages for Debian.

Installing is then done using

sudo apt-get install vibe

Installation on Linux (Debian/Ubuntu, manually)

Install vibe dependencies

sudo apt-get install libevent-dev libssl-dev

On 32-bit linux: Install DMD-i386

sudo apt-get install g++ gcc-multilib xdg-util
wget "http://ftp.digitalmars.com/dmd_2.058-0_i386.deb"
sudo dpkg -i dmd_2.058-0_i386.deb

On 64-bit linux: Install DMD-amd64

sudo apt-get install g++ gcc-multilib xdg-util
wget "http://ftp.digitalmars.com/dmd_2.058-0_amd64.deb"
sudo dpkg -i dmd_2.058-0_amd64.deb

Unzip the vibe archive (or git clone) and use the "vibe" script to run applications

Optionally, it's recommended to create a symlink in /usr/bin so you don't have to specify the path everytime:

sudo ln -s /path/to/vibe/bin/vibe /usr/bin/vibe

Installation on Linux (generic)

You need to have the following dependencies installed:

After that, unzip the vibe archive (or git clone) and use the "vibe" script to run applications

Optionally, it's recommended to create a symlink in /usr/bin so you don't have to specify the path on every invocation:

sudo ln -s /path/to/vibe/bin/vibe /usr/bin/vibe

or

su -c ln -s /path/to/vibe/bin/vibe /usr/bin/vibe

(*) Note that some current linux distributions such as Debian squeeze or CentOS 6 may only ship libevent 1.4, in this case you will have to manually compile the latest 2.0.x version.

vibe.d's People

Contributors

aatch avatar alivesay avatar btbytes avatar dnadlinger avatar gchatelet avatar j-krueger avatar jsartisohn avatar kohlschnitzel avatar martinnowak avatar mdondorff avatar mhoedtke avatar ricochet1k avatar s-ludwig avatar simendsjo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.