Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from SURFnet/provisioning-fixes
Browse files Browse the repository at this point in the history
Provisioning fixes
  • Loading branch information
lucasvanlierop authored Nov 16, 2016
2 parents 05276dd + 322e33a commit 6870986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@ The very first time the site is deployed some initial data needs to be imported,
this can be done as follows (on the remote server):

```sh
php app/console doctrine:fixtures:load -e=prod
app/console doctrine:database:create
app/console doctrine:schema:create
app/console doctrine:fixtures:load
```
3 changes: 0 additions & 3 deletions provision/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
- name: APT | Install DotDeb key
apt_key: url=http://www.dotdeb.org/dotdeb.gpg

- name: Perform system update
action: apt upgrade=safe state=latest update_cache=yes

tasks:
- name: Install common packages
action: apt pkg={{ item }} state=installed update_cache=yes
Expand Down

0 comments on commit 6870986

Please sign in to comment.