Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
andycasey committed Nov 14, 2024
1 parent c451952 commit 05f5114
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ database:

If you're using a specific schema, you'll need to create that schema first, then run:

```astra init```
```
astra init
```

Astra does not need to be run in the same computing environment where the data are stored. For this reason, it needs to _migrate_ information about what spectra are available, and the auxillary data (photometry, astrometry) for those sources. You can do this using the `astra migrate` tool.

```astra migrate```
```
astra migrate
```

Here's what it looks like:

![Migrations](./docs/astra-migrate-2024-11-14.gif)

Expand Down

0 comments on commit 05f5114

Please sign in to comment.