Tethys Platform provides both a development environment and a hosting environment for geoscientific web apps.
First create a virtual environment with the tool of your choice, then download and install Tethys Platform using one of the following methods:
Using Conda (Recommended):
conda install -c conda-forge tethys-platform
tethys quickstart
Using Pip:
pip install tethys-platform
tethys quickstart
The tethys quickstart
command will set up your development environment and start the server. Your browser will automatically open to http://127.0.0.1:8000/.
Default Login:
- Username: admin
- Password: pass
For more detailed installation instructions, including database configuration and production deployment, see our Detailed Installation documentation.
There are several directions you may want to go from here:
- Learn to develop apps: Complete one or more Tutorials to learn how to develop apps using Tethys Platform
- See live examples: Install the Showcase Apps to see live demos and code examples of Gizmos and Layouts
- Install existing apps: Use the Application Installation guide to install apps you have already developed
- Customize your portal: Check out the Web Admin Setup docs to customize your Tethys Portal
- Use Docker: For help getting started with Docker, see Using Docker
- Full documentation: Browse the complete documentation for comprehensive guides and API references
This material is based upon work supported by the National Science Foundation under Grants EPS-1135482 and TI-2303756.