Creating Projects
Complete the following steps to create a project:
- From the Dashboard page, click the Create Project button.
- Enter a name for the project and click Save.
Every new project contains the following files, which make up a minimal Xpress Insight app:
- application.xml - an Xpress Insight companion file that defines the app name and some custom views
- source\application.mos - a Mosel source file containing the minimal code needed to run within Xpress Insight
- model_resources\input.dat - a data file which the Mosel model will read to initialize its input data
- client_resources\introduction.vdl - a VDL custom view that displays information about the project
- client_resources\input.vdl - a VDL custom view that displays some input data from the scenario
- client_resources\results.vdl - a VDL custom view that displays some result data from the scenario
- css\application.css - a CSS file where you can add custom stylesheet rules for all the VDL views