Skip to content

Richtermeister/plan9_workshop_tutorial

 
 

Repository files navigation

Tutorial for the DECK36 Plan9 Workshop

Deck36 Logo

DECK36 offers the workshop in two varieties: one where Storm components are implemented in PHP and a second one using node.js.

Install Vagrant Image

Both workshops are based on the same Vagrant image.

Please install the Vagrant image before the workshop:

  1. Install Virtualbox

  2. Install Vagrant

  3. Restart Host (Windows only)

  4. Download the zipped repository to your $HOME or just C:\ or ~

  5. Unzip

    cd ~; unzip plan9_workshop_tutorial-master.zip
    
  6. Enter the plan9_workshop_tutorial-master directory

    cd plan9_workshop_tutorial-master
    
  7. Start the VM

    vagrant up
    

    You will need to enter your user password to mount the sources folder into the guest system!

    If you have any problems with Windows, please read this.

Install IDE (IntelliJ)

  1. Download IntelliJ Community Edition
  2. Install the IDE

Install git

Just install a git client of your choice, suitable for your system.

Choose Tutorial

To continue, please choose the tutorial you are interested in :

PHP Tutorial

Node.js Tutorial

About

Tutorial to setup development environment to follow the plan9 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published