Skip to content

Commit 960ed01

Browse files
authored
Mover docker in menu, normalize PxWebApi spelling and improve formatting and numbering in installation-on-iis.md (#16)
1 parent c1e98c4 commit 960ed01

File tree

5 files changed

+34
-30
lines changed

5 files changed

+34
-30
lines changed
Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
11
# Install PxWebApi 2.0 on your IIS server
2+
23
This instruction guides you in how to install PxWeb 2.0 on IIS.
34

45
## Prerequisites
5-
- A supported Windows server with IIS installed.
6+
7+
- A supported Windows server with IIS installed.
68
- ApiUrl to your PxWebapi2 installation.
7-
If your tables endpoint is at "https://your.api.server/PxWeb/api/v2/tables"
8-
then your ApiUrl is "https://your.api.server/PxWeb/api/v2" (omit a trailing slash, one is added automatically)
9+
If your tables endpoint is at `https://your.api.server/PxWeb/api/v2/tables`
10+
then your ApiUrl is `https://your.api.server/PxWeb/api/v2` (omit a trailing slash, one is added automatically)
911

1012
## Installation steps
11-
- Download the [zip file for the latest release](https://github.com/pxtools/PxWeb2/releases/latest) from GitHub.
13+
14+
1. Download the [zip file for the latest release](https://github.com/pxtools/PxWeb2/releases/latest) from GitHub.
1215
It is found inside the Asserts heading.
1316
Make sure to _Unblock_ it if its block by right clicking on it in _File Explorer_ and check the `Unblock` checkbox.
14-
- Put the contents of the zip file to the location of your choice. E.g `C:\inetpub\wwwroot\pxweb2`.
15-
- Adjust `baseApplicationPath` and `apiUrl` in `config\config.js`:
17+
1. Put the contents of the zip file to the location of your choice. E.g `C:\inetpub\wwwroot\pxweb2`.
18+
1. Adjust `baseApplicationPath` and `apiUrl` in `config\config.js`:
1619

17-
```js
18-
baseApplicationPath: "/pxweb2/"
19-
20-
apiUrl: "your api url"
21-
```
20+
```js
21+
baseApplicationPath: "/pxweb2/"
22+
23+
apiUrl: "your api url"
24+
```
2225

23-
- In `index.html`, adjust the `<base>` tag:
26+
1. In `index.html`, adjust the `<base>` tag:
2427

25-
```html
26-
<base href="/pxweb2/">
27-
```
28+
```html
29+
<base href="/pxweb2/">
30+
```
2831

29-
- I didnt need this: Ensure the web server rewrites (if needed) static file requests correctly to that subpath.
32+
1. I didnt need this: Ensure the web server rewrites (if needed) static file requests correctly to that subpath.
3033

31-
- In IIS find the folder and convert it to application. ( Concider using a separate Application pool for this :-) )
34+
1. In IIS find the folder and convert it to application. ( Concider using a separate Application pool for this :-) )
3235

33-
- Open "http(s)://"server adress"/pxweb2 .
36+
1. Open "http(s)://"server adress"/pxweb2 .

docs/PxWeb2/project/Solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ All the choices we make must be based on user insigth.
2323
The main focus has been navigation, understand the main fuctionaility in PxWeb and how the most used task should work.
2424
We have done four usertest so far, both on desktop and mobile, and will continue in the whole project period.
2525
## Possibility for connection
26-
When PxWeb 2.0 interface is ready for production, it is easy to connect other tools such as Highcharts, Tableau, Power BI and other AI products. This can be connected both by using saved queries from PxWeb 2.0 or by connecting directly to PxWebAPI 2.0.
26+
When PxWeb 2.0 interface is ready for production, it is easy to connect other tools such as Highcharts, Tableau, Power BI and other AI products. This can be connected both by using saved queries from PxWeb 2.0 or by connecting directly to PxWebApi 2.0.

docs/PxWeb2/project/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Project overview
22
## Background
3-
The user interface in PxWeb can no longer be further developed effectively due to technological limitations, while the users needs and expectations are constantly changing. Statistics Sweden and Statistics Norway will therefore together create a new user interface based on PxWebAPI 2.0
3+
The user interface in PxWeb can no longer be further developed effectively due to technological limitations, while the users needs and expectations are constantly changing. Statistics Sweden and Statistics Norway will therefore together create a new user interface based on PxWebApi 2.0
44

55
## New user interface for PxWeb
6-
- PxWebAPI 2.0 Beta was released i March
6+
- PxWebApi 2.0 Beta was released i March
77
- The API gives us the opportunity to make a new user interface for PxWeb on a new technical platform
88
- The project is a cooperation between Statistics Sweden and Statistics Norway
99

1010
## Two project goals
11-
- The project will work on a new userfriendly interface based on PxWebAPI 2.0 during 2024 - 2025 with the launch of the first test-version in mid-2024
11+
- The project will work on a new userfriendly interface based on PxWebApi 2.0 during 2024 - 2025 with the launch of the first test-version in mid-2024
1212

1313
- The project will test and establish good and sustained collaboration processes between SCB and SSB at both operational level and management level in the further development of PX-tools
1414

docs/PxWeb2/project/plans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Plans
22

33
The project launched two test versions in June and December 2024 and from then and on the new interface of PxWeb 2.0 is updated every third Monday after the demo.
4-
The goal is to deliver a version of PxWeb 2.0 based on PxWebAPI 2.0 during September 2025.
4+
The goal is to deliver a version of PxWeb 2.0 based on PxWebApi 2.0 during September 2025.
55

66
## PxWebApi 2.0 Release end of August 2025
77
- Follows JSON-stat2 format
@@ -33,7 +33,7 @@ The goal is to deliver a version of PxWeb 2.0 based on PxWebAPI 2.0 during Septe
3333
- Opportunity to see main functionality, buttons and setup
3434
- Possible to choose values in variables/contents and it will be updated in the table at once
3535
- Number, decimal and updates in table
36-
- Using PxWebAPI 2.0 to get information in PxWeb 2.0
36+
- Using PxWebApi 2.0 to get information in PxWeb 2.0
3737
- The test version gets data from a test database in SCB – it shows Swedish and English texts
3838

3939
## PxWeb 2.0 testversion June 2024

mkdocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ nav:
1313
- Plans: PxWeb2/project/plans.md
1414
- Process: PxWeb2/project/process.md
1515
- Documentation:
16-
- Overview: documentation/overview.md
16+
- Overview: documentation/overview.md
1717
- Getting Started:
18-
- Install PxWebApi 2.0 on IIS: PxWebApi/documentation/installation.md
19-
- Install PxWeb 2.0 on IIS: PxWeb2/documentation/installation-on-iis.md
20-
- Install PxWeb2 and PxWebApi 2.0 with Docker: PxWeb2/documentation/docker.md
18+
- Install PxWebApi 2.0 on IIS: PxWebApi/documentation/installation.md
19+
- Install PxWeb 2.0 on IIS: PxWeb2/documentation/installation-on-iis.md
2120
- Customization:
22-
- Customize PxWebAPI 2.0: PxWebApi/documentation/configuration.md
23-
- Customize PxWeb2: PxWeb2/documentation/customization.md
21+
- Customize PxWebApi 2.0: PxWebApi/documentation/configuration.md
22+
- Customize PxWeb2: PxWeb2/documentation/customization.md
23+
- Demo:
24+
- Install PxWeb2 and PxWebApi 2.0 with Docker: PxWeb2/documentation/docker.md
2425
- Px File Format:
2526
- Version 2013: px-file-format/px-2013.md
2627
- Tools:

0 commit comments

Comments
 (0)