Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jan 22, 2019
1 parent b65318b commit 1b1e5db
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ Document Server and Nextcloud Docker installation will install the preconfigured
1. Get the latest version of this repository running the command:

```
git clone --recursive https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud
cd docker-onlyoffice-nextcloud
git submodule update --remote
git clone https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud
```
2. Run Docker Compose:
Expand Down
1 change: 0 additions & 1 deletion onlyoffice
Submodule onlyoffice deleted from a72c49
4 changes: 1 addition & 3 deletions set_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ fi

rm trusted_domain.tmp

docker cp ./onlyoffice app-server:/var/www/html/apps/

docker exec -u www-data app-server php occ --no-warnings app:enable onlyoffice
docker exec -u www-data app-server php occ --no-warnings app:install onlyoffice

docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice DocumentServerUrl --value="/ds-vpath/"
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice DocumentServerInternalUrl --value="http://onlyoffice-document-server/"
Expand Down

0 comments on commit 1b1e5db

Please sign in to comment.