Skip to content

Commit ce97b5d

Browse files
authored
Update README.md
1 parent b3b727b commit ce97b5d

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

README.md

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ For front-end frameworks ReactJS, Angular and VueJS, use npm installer: **npm i
1313

1414
3: All structures for file-conversion, sample drawings, redlines, etc.
1515

16+
4: A number of HTML files with CADViewer samples.
17+
1618

1719
## This package does not contains
1820

@@ -22,52 +24,37 @@ With this download, the PHP handlers will work as-is, download the PHP handlers
2224

2325

2426

25-
26-
27-
2827
## Documentation
2928

3029
- [CADViewer Techdocs and Installation Guide](https://cadviewer.com/cadviewertechdocs/download)
3130

3231

3332

33+
## How To Install CADViewer Handlers
3434

35+
Please refer to the general Documentation above, for the back-end handlers, there is more information on:
3536

36-
## How To Install CADViewer
3737

38-
This are the general instructions
39-
40-
41-
42-
* [Download **CADViewer**](/alldownloads/cadviewer), the CADViewer download comes with CADViewer and a base folder structure with drawings, and html sample(s).
43-
* Modify or move the CADViewer folderstructure specific to your back-end technology and do other specifics associated with your platform.
4438
* [NodeJS](https://cadviewer.com/cadviewertechdocs/handlers/nodejs/)
4539
* [PHP](https://cadviewer.com/cadviewertechdocs/handlers/php/)
4640
* [.NET](https://cadviewer.com/cadviewertechdocs/handlers/asp.net/)
4741
* [Servlets](https://cadviewer.com/cadviewertechdocs/handlers/servlets/)
4842
* [Angular](https://cadviewer.com/cadviewertechdocs/handlers/angular/)
4943
* [ReactJS](https://cadviewer.com/cadviewertechdocs/handlers/reactjs/)
50-
* [Download **AutoXchange**](/alldownloads/autoxchange) (and other converters), install (unzip) AX2020 in **cadviewer/converters/ax2020/windows** or **cadviewer/converters/ax2020/linux** or in the designated folder structure.
44+
45+
46+
47+
## Updating CAD Converters
48+
49+
This repository should contain the latest converters, but in case you need to update any of the back-end converters please follow:
50+
51+
* [Download **AutoXchange**](/download/) (and other converters), install (unzip) AX2020 in **cadviewer/converters/ax2020/windows** or **cadviewer/converters/ax2020/linux** or in the designated folder structure.
5152
* Read the sections on installing and handling [Fonts](https://tailormade.com/ax2020techdocs/installation/fonts/) in [AutoXchange 2020 TechDocs](https://tailormade.com/ax2020techdocs/) and [TroubleShooting](https://tailormade.com/ax2020techdocs/troubleshooting/).
52-
* Download **Handlers/Connectors** specific to your back-end technology [Download Handlers](/alldownloads/handlers/) and install them as described in the [Handlers Section](https://cadviewer.com/cadviewertechdocs/handlers).
53-
* Configure the **Handler** specific **XXXHandlerSettings.js** file in **/cadviewer/app/cv/**
54-
* NodeJS: [CADViewer_NodeJSHandlerSettings.js](/cadviewertechdocs/handlers/nodejs#windows---handler-settings-js-file)
55-
* PHP: [CADViewer_PHPHandlerSettings.js](/cadviewertechdocs/handlers/php#windows---handler-settings-js-file)
56-
* .NET: [CADViewer_AshxHandlerSettings.js](/cadviewertechdocs/handlers/asp.net#handler-settings-js-file)
57-
* Servlets [CADViewer_ServletHandlerSettings.js](https://cadviewer.com/cadviewertechdocs/handlers/servlets#handler-settings-js-file)
58-
* Angular [CADViewer_AngularHandlerSettings.js](https://cadviewer.com/cadviewertechdocs/handlers/angular#update-cadviewer_nodejshandlersettings-js)
59-
* ReactJS [CADViewer_ReactJSHandlerSettings.js](https://cadviewer.com/cadviewertechdocs/handlers/reactjs#update-cadviewer_reactjshandlersettings-js)
60-
* Go to samples **/cadviewer/html/** and modify the headers for your install platform, so the platform specific **XXXHandlerSettings.js** is loaded.
61-
* NodeJS: [HTML settings for CADViewer_NodeJSHandlerSettings.js](/cadviewertechdocs/handlers/nodejs#windows---html)
62-
* PHP: [HTML settings for CADViewer_PHPHandlerSettings.js](/cadviewertechdocs/handlers/php#windows---html)
63-
* .NET: [HTML settings for CADViewer_AshxHandlerSettings.js](/cadviewertechdocs/handlers/asp.net#html)
64-
* Servlets: [HTML settings for CADViewer_AshxHandlerSettings.js](/cadviewertechdocs/handlers/servlets#html)
65-
* Angular: [Settings for CADViewer_Angular01.js](https://cadviewer.com/cadviewertechdocs/handlers/angular#cadviewer_angular01.js---source-code)
66-
* ReactJS: [Settings for CADViewer_ReactJS01.js](https://cadviewer.com/cadviewertechdocs/handlers/reactjs#cadviewer_reactjs01.js---source-code)
53+
6754
* Try out the samples and build your own application!
6855

6956

70-
57+
7158

7259
## Troubleshooting
7360

@@ -82,7 +69,7 @@ Typically the variables *ServerUrl*, *ServerLocation* or *ServerBackEndUrl* in t
8269

8370
var ServerBackEndUrl = ""; // or what is appropriate for my server; used for NodeJS server only
8471
var ServerUrl = "http://localhost/cadviewer/"; // or what is appropriate for my server
85-
var ServerLocation = "c:/xampp/htdocs/cadviewer/"; // or what is appropriate for my server
72+
var ServerLocation = ""; // or what is appropriate for my server
8673
</pre>
8774

8875

0 commit comments

Comments
 (0)