Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide simple and complete instructions for sample app #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

provide simple and complete instructions for sample app #19

wants to merge 1 commit into from

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