Unverified Commit 67998b4f authored by Tom Moulard's avatar Tom Moulard
Browse files

nextcloud: fixing typos in readme

parent bfee8cf7
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
# nextcloud
# NextCloud

http://nextcloud.com/

Nextcloud is a suite of client-server software for creating and using file
hosting services. Nextcloud is free and open-source, which means that anyone is
NextCloud is a suite of client-server software for creating and using file
hosting services. NextCloud is free and open-source, which means that anyone is
allowed to install and operate it on their own private server devices.

With the integrated OnlyOffice, Nextcloud application functionally is similar
With the integrated OnlyOffice, NextCloud application functionally is similar
to Dropbox, Office 365 or Google Drive, but can be used on home-local computers
or for off-premises file storage hosting.

The original ownCloud developer Frank Karlitschek forked ownCloud and created
Nextcloud, which continues to be actively developed by Karlitschek and other
members of the original ownCloud team.
The original OwnCloud developer Frank Karlitschek forked OwnCloud and created
NextCloud, which continues to be actively developed by Karlitschek and other
members of the original OwnCloud team.

## Setup

### Cron

Ajax is the default, byt cron is the best
Ajax is the default, but cron is the best

To setup cron, add this line to your crontab:
```
@@ -35,17 +35,17 @@ $ crontab -l

### Database

If you forgot to install nextcloud with its dedicated database, you can run this command to migrate from anything to the mariadb instance:
If you forgot to install NextCloud with its dedicated database, you can run this command to migrate from anything to the mariadb instance:
```
docker-compose exec -u www-data nextcloud php occ db:convert-type --all-apps --port 3306 --password nextcloud mysql nextcloud nextcloud-db nextcloud
```

## Upgrade
How to upgrade your Nextcloud instance:
How to upgrade your NextCloud instance:
```bash
docker-compose pull nextcloud
docker-compose stop nextcloud && docker-compose up -d nextcloud
docker-compose exec -u www-data nextcloud ./occ upgrade
docker-compose exec -u www-data nextcloud php occ upgrade -vvv
```

To remove maintenance mode:
@@ -55,11 +55,11 @@ docker-compose exec -u www-data nextcloud php occ maintenance:mode --off

## Misc

### Re apply the coniguration
### Re apply the configuration

If you want to re apply the configuration of nextcloud, you can always run this:
If you want to re apply the configuration of NextCloud, you can always run this:
```bash
docker-compose exec -u www-data nextcloud php occ maintenance:repair
docker-compose exec -u www-data nextcloud php occ maintenance:repair -vvv
```

### php-imagick