Files
You’ll need to create a file in your project (in addition to your files required for your page such asindex.html).
app.py
8888 that serves files from the project directory. Note that port selection is flexible and port 8888 is no longer required.
Step 3: Add a startup script
Tell Domino how to launch your server by creating a simple startup script.- In the project sidebar, go to Code > Add File.
-
Name the file
app.sh. -
Add the following line:
python app.py - Save the file.
8888 is no longer required.
Next steps
- Apps in Domino gives an overview of how apps work within the Domino ecosystem.
- Create and Publish an App has instructions on creating and publishing your Apps, customizing the App’s URL, and sharing Apps with authorized users.
- Learn more about how Apps in Domino run and what identity and permissions are used.