1
00:00:01,390 --> 00:00:04,990
Now, there are a lot of different migration tools we could use.

2
00:00:05,290 --> 00:00:08,350
There's one called Gousse that's quite popular and there's nothing wrong with it.

3
00:00:08,360 --> 00:00:13,330
I've used it in the past, but the one I want to use in this course is dead simple, and it's called

4
00:00:13,330 --> 00:00:14,010
soda.

5
00:00:14,380 --> 00:00:18,970
And it is actually part of a framework, a Web framework called Buffalo.

6
00:00:19,360 --> 00:00:21,790
And I'm not particularly fond of Buffalo.

7
00:00:21,910 --> 00:00:24,130
Nothing personal is just doesn't work for me.

8
00:00:24,490 --> 00:00:27,210
But they did a great job with this migration tool.

9
00:00:27,520 --> 00:00:29,170
So the link to it is right here.

10
00:00:29,170 --> 00:00:32,410
And I've posted the link as part of the course resources for this lecture.

11
00:00:32,710 --> 00:00:39,430
So go to this link and scroll down the page until you see how to install Seelie or command line interface

12
00:00:39,430 --> 00:00:40,930
support how to install SOTA.

13
00:00:41,620 --> 00:00:45,430
If you happen to have homebrew on a Mac, this is the easiest way to install it.

14
00:00:45,430 --> 00:00:46,870
But if you don't, don't worry about that.

15
00:00:47,200 --> 00:00:50,410
We can just run these two commands and I'll do that right now.

16
00:00:50,410 --> 00:00:54,760
I have it installed anyway, so this might mess things up for me, but I'll give it a try.

17
00:00:55,120 --> 00:01:02,620
So let me get rid of these two terminal windows and close that one and clear this screen and I'll just

18
00:01:02,620 --> 00:01:04,520
run the command, so I'll copy it.

19
00:01:05,080 --> 00:01:07,900
We don't need light support, so I'll copy the first one.

20
00:01:09,280 --> 00:01:15,010
Go to my terminal window, make sure I'm on the correct machine I am, and paste it in and see what

21
00:01:15,010 --> 00:01:15,380
happens.

22
00:01:16,750 --> 00:01:18,010
So this is rather slow.

23
00:01:18,010 --> 00:01:21,430
I think I'll pause my recording and resume once it's installed.

24
00:01:23,020 --> 00:01:23,950
So there I got it.

25
00:01:23,950 --> 00:01:31,270
Now I need to run the second command, so let me copy that paste and it's installed so I should now

26
00:01:31,270 --> 00:01:34,180
be able to run the command sota and it gives me the help.

27
00:01:34,360 --> 00:01:35,350
So I know it's installed.

28
00:01:35,590 --> 00:01:40,540
So that's all we have to do to get started and in the next lecture will actually begin writing some

29
00:01:40,540 --> 00:01:41,260
migration's.
