Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-06-12 23:00:44 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-15 18:17:58 +0300
commit58ac61cb9693542e4799ab872e66f9e06f77a5f1 (patch)
treeffab7a85a8b9af0b16e5783cfe89564d965cf696 /README.md
parentfb9569bdd602db51605ae680be2366f0cbf9398b (diff)
restructure
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 20ae9fd4b3..ee0a5dcfab 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Next install the required libraries. By default pip (the package manager) is shi
If you used a virtual environment the libraries will be installed locally, otherwise pip tries to install them globally so you might need to add sudo before the next command:
- pip3 install -r requirements/production.txt
+ pip3 install -r requirements/base.txt
If you are running a development setup, you should also install the development libs
@@ -118,7 +118,7 @@ The commmand will ask for the necessary information.
### Loading Initial Data
To prepopulate the database with categories and other data run the following command:
- python3 manage.py loaddata nextcloudappstore/**/fixtures/*.yaml
+ python3 manage.py loaddata nextcloudappstore/**/fixtures/*.json
### Starting the Server
Finally start the development server using the following command:
@@ -193,7 +193,7 @@ Aftewards adjust the database schema (if changed) by running the migrations:
and install any dependencies (if changed):
- pip3 install -r requirements/production.txt
+ pip3 install -r requirements/base.txt
pip3 install -r requirements/development.txt
On production you will need to run the collectstatic command to copy updated assets into the target folders: