Port-Echo is a Spaceport starter kit that provides the most basic structure and configuration for building a Spaceport application, with no other assumptions.
See also: Scaffolds for more information.
If this is your first time using Spaceport, perhaps consider starting with PORT-MERCURY starter kit which provide the same basic structure and configuration, but provide some basic functionality to get you started. Use Port-Echo if you want to start from scratch and want to implement the basics yourself.
Developer Onboarding: https://spaceport.com.co/docs/developer-onboarding
- Java 8 or higher
- CouchDB 2.0 or higher
- Basic structure and configuration for a Spaceport application
- No assumptions about the application
- Ready to launch, just add your own code
To start the application, run the following command:
java -jar spaceport.jar --start config.spaceportThis will start the application using the configuration file config.spaceport.
Don't have Spaceport? You can download it from the Spaceport website. Or, use the following command to grab the latest version:
curl -L https://spaceport.sh/builds/spaceport-latest.jar -o spaceport.jarFor more information about Spaceport, visit the Spaceport documentation.
