-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSA - Updated installation docs for FSA SPA 4.0 #1408
Conversation
… in parent pages for installation docs
|
||
FSA Spartacus uses SAP Commerce and Financial Services Accelerator back end and makes use of the sample data. | ||
|
||
- **SAP Commerce version**: Release **2105** (the latest patch is recommended). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2105.5 it the last tested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
||
For a full list of available parameters, see Spartacus schematics [documentation](https://github.com/SAP/spartacus/tree/develop/projects/schematics). | ||
|
||
**NOTE**: After you finish this step, you need to upgrade your FSA Spartacus application to version 4.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is an upgrade needed during the initial setup of the project? This part is needed when the customer is already on FSA SPA 3.0.0 for example and then they need to upgrade it to the latest. During the first setup, it's enough just to specify FSA versions in package.json (alongside with Spartacus ones) and that would be enough, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SrckyD Maybe you can explain better the problem we have here?
|
||
1. Go to the `package.json` file at the root of your project and add the following dependencies and their respective versions: | ||
|
||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be json
instead of shell
|
||
4. In your `style.css` file add the following code: | ||
|
||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be ts
or typescript
instead of bash
|
||
For Unix: | ||
|
||
```typescript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these scripts should be bash
type instead of typescript
Closes #1396