1
00:00:01,310 --> 00:00:04,730
Let's go back over to our terminal and install Lernout onto our local machine.

2
00:00:05,689 --> 00:00:09,140
The back over here, I'm going to find the terminal window that was running our react application.

3
00:00:09,170 --> 00:00:10,820
I'm going to stop that development server.

4
00:00:11,890 --> 00:00:21,100
Well, then do an install, dash, dash, dash, save exact Llorona at three twenty two point one.

5
00:00:23,030 --> 00:00:27,440
So while that installs, we're going to do a little bit of reorganization of our project directory.

6
00:00:28,970 --> 00:00:33,790
Whenever we start to make use of Lernout, this is generally the project structure we go for inside

7
00:00:33,790 --> 00:00:35,060
of our root project directory.

8
00:00:35,110 --> 00:00:37,810
We're going to have a Leonardo Jason file inside.

9
00:00:37,810 --> 00:00:40,480
There are going to be some settings for our overall Lernout project.

10
00:00:41,020 --> 00:00:45,160
We will then have a package's directory, and that's where we are going to place all of our different

11
00:00:45,160 --> 00:00:46,000
sub packages.

12
00:00:46,400 --> 00:00:51,400
So we are going to eventually have a Seelie package, local API and local client.

13
00:00:52,090 --> 00:00:54,700
Local client is going to be our current REACT application.

14
00:00:55,900 --> 00:00:58,590
We're going to rename a couple of olders.

15
00:00:59,660 --> 00:01:02,180
Here's my sort of workspace directory that I have right now.

16
00:01:02,210 --> 00:01:04,970
These are all the different folders I've created for this course.

17
00:01:05,560 --> 00:01:08,330
You'll notice that we already created a folder called JDBC.

18
00:01:08,330 --> 00:01:10,020
That is our current reactor application.

19
00:01:10,490 --> 00:01:14,220
I really want to name our overall project, the overall project directory.

20
00:01:14,240 --> 00:01:15,620
I really want to name book.

21
00:01:15,830 --> 00:01:19,520
And I want to rename the current daybook directory, which holds the project.

22
00:01:19,890 --> 00:01:24,430
I want to rename that one to local client so I can find that book directory.

23
00:01:24,980 --> 00:01:27,740
I'm going to rename it to local Dasht client.

24
00:01:30,120 --> 00:01:34,980
After that and then going to go back over to my terminal and we're going to run a command to create

25
00:01:34,980 --> 00:01:37,110
a new project directory with Lernout.

26
00:01:39,070 --> 00:01:42,250
The government terminal, the installation should be complete.

27
00:01:43,120 --> 00:01:45,430
I'm going to change back out to that workspace directory.

28
00:01:46,330 --> 00:01:48,940
There's the local client folder that I just created.

29
00:01:51,530 --> 00:01:56,150
And then going to create a new folder called JDBC Change into it.

30
00:01:58,330 --> 00:02:01,470
And then run inside if you're the command learner in it.

31
00:02:03,660 --> 00:02:05,490
So that's going to create a couple of different files.

32
00:02:06,700 --> 00:02:09,100
If I now open up my folder explorer once again.

33
00:02:10,580 --> 00:02:16,070
Here's that GAO book directory, there's the Bernadotte Jason file mentioned, there's the packages

34
00:02:16,070 --> 00:02:16,610
directory.

35
00:02:17,160 --> 00:02:21,080
Now we're going to take our Riak project and move it into that packages directory.

36
00:02:21,800 --> 00:02:24,170
So I will find the local client folder.

37
00:02:24,330 --> 00:02:26,240
That's the one that we just renamed a moment to Go.

38
00:02:26,240 --> 00:02:28,790
And I'm going to drag it into that packages folder.

39
00:02:31,710 --> 00:02:37,250
Now, we should have a layout inside of our daybook directory where we have learned JSON packages on

40
00:02:37,460 --> 00:02:40,850
packages and inside of packages should be our Riak project.

41
00:02:41,920 --> 00:02:42,880
OK, very good.

42
00:02:43,920 --> 00:02:46,070
Let's continue with some work set up in just a moment.

