Update README.md
This commit is contained in:
+4
-4
@@ -46,15 +46,15 @@ docker exec -i -t snipeit php artisan key:generate --env=production
|
||||
|
||||
to get the production application key set correctly; I'm not yet sure why this is (I think it's a bug?)
|
||||
|
||||
~~# If you want to seed #
|
||||
# ~~If you want to seed~~
|
||||
|
||||
You can load out some initial data into the DB if you like by doing this:
|
||||
~~You can load out some initial data into the DB if you like by doing this:~~
|
||||
|
||||
```sh
|
||||
docker -p $(boot2docker ip):8000:80 --link mysql:mysql php artisan db:seed
|
||||
~~docker -p $(boot2docker ip):8000:80 --link mysql:mysql php artisan db:seed~~
|
||||
```
|
||||
|
||||
This already happens~~
|
||||
~~This already happens~~
|
||||
|
||||
### For Development ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user