Setup
Clone the Sample Project
git clone https://github.com/Datomic/ion-starter.git
The ion-starter project contains a complete ion-based application. To begin the tutorial, clone the ion-starter project.
Set the Application Name
Ions are deployed with an application name that must match your compute group.
Edit the resources/datomic/ion-config.edn
file and set the :app-name
to your application name.
Multiple compute groups can share the application name. The compute groups that you can deploy to, for that application, are displayed after a successful push operation.
Install the Ion-Dev Tools
Make sure you have installed the ion-dev tools before deploying, learn to develop at the REPL.