1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

Merge branch 'master' of git.20c.com:pdb/gh-peeringdb

Conflicts:
	peeringdb_server/management/commands/pdb_load_data.py
This commit is contained in:
Stefan Pratter
2018-11-09 10:19:25 +00:00
3 changed files with 25 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ export PDB_REPO=git@github.com:peeringdb/peeringdb.git
### Install facsimile
```sh
pip install facsimile
pip install facsimile jinja2
```
### Clone peeringdb
@@ -87,6 +87,7 @@ mysql -u root -p < .facsimile/tmp/RELEASE/dev/peeringdb/init.sql
## Migrate database - empty, from scratch
```sh
. ~/srv/dev.peeringdb.com/venv/bin/activate
./manage.py migrate
./manage.py createcachetable
./manage.py loaddata fixtures/initial_data.json