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:
@@ -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
|
||||
|
Reference in New Issue
Block a user