Jam.py documentation

New project

We’ll assume that jam.py is already installed. If not, see Installation guide how to do it.

First we create a folder for the new project and in this folder we execute the jam-project.py script to create the project structures.

$ jam-project.py

After that we run server.py script that jam-project.py have created:

$ ./server.py

Now, to complete the creation of the project, open the web browser and go to 127.0.0.1:8080/builder.html to open the Application Builder. You should see the language selection dialog.

Select language dialog

Select English and click OK button. The project parameters dialog box appears.

Project params

Fill out the form and click “OK”. Now you should see the project tree in the left panel.

Project Application builder

Open a new page, type 127.0.0.1:8080 in the address bar and press Enter. A new project appears with an empty menu.

Empty project