Skip to content

Conversation

@metaperl
Copy link

@metaperl metaperl commented Apr 4, 2013

Hello, I wrote up some easy to follow instructions for getting a simple app going:
https://gist.github.com/anonymous/6637ca9de5d2ce78cd20

I think it will prevent a lot of the confusion that I see in the mailing list.

@frgomes
Copy link

frgomes commented Oct 1, 2013

I have a shell script which installs muntjac and creates a skeleton for a simple web application in one go. Simply follow these steps:

  1. create a separate folder

    $ mkdir hello

  2. dowload install_muntjac.sh and run it inside the folder you've just created

    $ cd hello
    $ /path/to/shell/script/install_muntjac.sh

    note: when you run the shell script, it uncompresses two .zip files and some files will be overwritten. That's OK, no worries. Simply respond _A_, meaning (A)ll when it asks about overwritting files.

  3. run the web application

    $ python portal.py
    Serving on 0.0.0.0:8080

  4. open the web application in your browser http://localhost:8080/portal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants