mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
fixed the sample archive names
This commit is contained in:
@ -135,11 +135,11 @@ See the detailed guide to learn how to install Document Server [for Linux](https
|
||||
a) archive with Java-Spring:
|
||||
|
||||
```
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java%20Spring%20Example.zip
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java.Spring.Example.zip
|
||||
```
|
||||
|
||||
```
|
||||
unzip Java\ Spring\ Example.zip
|
||||
unzip Java.Spring.Example.zip
|
||||
```
|
||||
b) git repository:
|
||||
```
|
||||
@ -221,11 +221,11 @@ See the detailed guide to learn how to install Document Server [for Docker](http
|
||||
a) archive with Java-Spring:
|
||||
|
||||
```
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java%20Spring%20Example.zip
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java.Spring.Example.zip
|
||||
```
|
||||
|
||||
```
|
||||
unzip Java\ Spring\ Example.zip
|
||||
unzip Java.Spring.Example.zip
|
||||
```
|
||||
b) git repository:
|
||||
```
|
||||
|
||||
@ -145,11 +145,11 @@ See the detailed guide to learn how to [install Document Server for Linux](https
|
||||
2. Download the archive with the Java example and unpack the archive:
|
||||
|
||||
```
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java%20Example.zip
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java.Example.zip
|
||||
```
|
||||
|
||||
```
|
||||
unzip Java\ Example.zip
|
||||
unzip Java.Example.zip
|
||||
```
|
||||
|
||||
3. Change the current directory for the project directory:
|
||||
@ -250,11 +250,11 @@ See the detailed guide to learn how to install Document Server [for Docker](http
|
||||
2. Download the archive with the Java example and unpack the archive:
|
||||
|
||||
```
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java%20Example.zip
|
||||
wget https://api.onlyoffice.com/app_data/editor/Java.Example.zip
|
||||
```
|
||||
|
||||
```
|
||||
unzip Java\ Example.zip
|
||||
unzip Java.Example.zip
|
||||
```
|
||||
|
||||
3. Change the current directory for the project directory:
|
||||
|
||||
@ -91,11 +91,11 @@ See the detailed guide to learn how to [install Document Server for Linux](https
|
||||
2. Download the archive with the Node.js example and unpack it:
|
||||
|
||||
```
|
||||
wget https://api.onlyoffice.com/app_data/editor/Node.js%20Example.zip
|
||||
wget https://api.onlyoffice.com/app_data/editor/Node.js.Example.zip
|
||||
```
|
||||
|
||||
```
|
||||
unzip Node.js\ Example.zip
|
||||
unzip Node.js.Example.zip
|
||||
```
|
||||
|
||||
3. Change the current directory for the project directory:
|
||||
|
||||
@ -145,11 +145,11 @@ See the detailed guide to learn how to [install Document Server for Linux](https
|
||||
```
|
||||
|
||||
```
|
||||
wget https://api.onlyoffice.com/app_data/editor/PHP%20Example.zip
|
||||
wget https://api.onlyoffice.com/app_data/editor/PHP.Example.zip
|
||||
```
|
||||
|
||||
```
|
||||
unzip PHP\ Example.zip
|
||||
unzip PHP.Example.zip
|
||||
```
|
||||
|
||||
4. Change the current directory for the project directory:
|
||||
|
||||
@ -17,11 +17,11 @@ See the detailed guide to learn how to install Document Server [for Windows](htt
|
||||
2. Download the archive with the Python example and unpack it:
|
||||
|
||||
```
|
||||
wget "https://api.onlyoffice.com/app_data/editor/Python%20Example.zip"
|
||||
wget "https://api.onlyoffice.com/app_data/editor/Python.Example.zip"
|
||||
```
|
||||
|
||||
```
|
||||
unzip Python\ Example.zip
|
||||
unzip Python.Example.zip
|
||||
```
|
||||
|
||||
3. Change the current directory for the project directory:
|
||||
|
||||
@ -25,11 +25,11 @@ See the detailed guide to learn how to install Document Server [for Windows](htt
|
||||
2. Download the archive with the Ruby example and unpack the archive:
|
||||
|
||||
```
|
||||
wget "https://api.onlyoffice.com/app_data/editor/Ruby%20Example.zip"
|
||||
wget "https://api.onlyoffice.com/app_data/editor/Ruby.Example.zip"
|
||||
```
|
||||
|
||||
```
|
||||
unzip Ruby\ Example.zip
|
||||
unzip Ruby.Example.zip
|
||||
```
|
||||
|
||||
3. Change the current directory for the project directory:
|
||||
|
||||
Reference in New Issue
Block a user