Skip to content
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

Update README.md #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Sitecore TDS to SCS serialisation converter

This tool can be used to help customers transition from TDS projects to SCS modules.

After the tool is run in the solution web root, all scproj files should be turned into equivalent SCS modules.
Then after running sitecore ser pull the relevant items are synchronised from the Sitecore database to disk, after which the TDS projects and associated item files can be deleted.
Then after running `sitecore ser pull` the relevant items are synchronised from the Sitecore database to disk, after which the TDS projects and associated item files can be deleted.

Supported features:
* Support for Core/Master databases.
Expand Down Expand Up @@ -32,3 +31,8 @@ Configuration will be required to point Sitecore CLI Serialization to the locati
* If not using a relative path or when testing file output the modules setting in sitecore.json will need to be updated to the location of module.json files for example `SerializationTest/*.module.json`.
* For Helix setup the modules setting within the sitecore.json file should be set as `src/*/*/*.module.json` for example.


## Visual Studio build setup
* Ensure that the Sitecore NuGet package source is added in Visual Studio settings: `NuGet Package Manager` --> `Package Sources` --> https://sitecore.myget.org/F/sc-packages/api/v3/index.json
* Restore NuGet Packages
* Build solution