Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
0046d8a4
Commit
0046d8a4
authored
15 years ago
by
Frederik Gladhorn
Browse files
Options
Downloads
Patches
Plain Diff
some more install instructions - mysql
parent
e992da51
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/INSTALL
+14
-0
14 additions, 0 deletions
docs/INSTALL
with
14 additions
and
0 deletions
docs/INSTALL
+
14
−
0
View file @
0046d8a4
...
...
@@ -8,15 +8,29 @@ config/config.php
Your data will be in:
$CONFIG_DATADIRECTORY = '/www/testy';
Apache needs to have write permissions to this directory.
And the ownCloud path is:
$CONFIG_DOCUMENTROOT = '/www/owncloud/htdocs';
The ownCloud checkout should be in the root of "htdocs".
Both are absolute paths, so if your server is in /var/www, you need to add the /var
== Database ==
The database should by default be sqlite. No configuration there.
But until then you need some setup with mysql:
Create a table "owncloud":
mysqladmin create owncloud -u root -p
Dump the default database schema:
mysql owncloud -u root -p < owncloud.sql
TODO: you also need to create a mysql user that is configured in config/config.php
Please help improving this documentation!
Create merge requests at gitorious.org/owncloud .
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment