#####[1. Enable Deep Links](#1-enable-deep-links) #####[2. Setup Facebook SDK](#2-setup-facebook-sdk-1) #####[3. Deferred Deep Linking](#3-deferred-deep-linking-quan-trọng)
## 1. Enable Deep Links
To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
- Homebrew
- Mountain Lion -> High Sierra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`brew tap mongodb/brew` | |
`brew update` | |
`brew install [email protected]` | |
#install PHP MongoDB extension | |
`pelc install mongodb` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First, check whether the extension already exists | |
› php --ri mongodb | |
# Extension 'mongodb' not present. | |
# Let's install the extension | |
sudo pecl install mongodb | |
# Wait a few minutes... | |
# Failed! |
Based on this blogpost.
Install with Homebrew:
$ brew install postgresql
Run server:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To stop all Docker containers, simply run the following command in your terminal: | |
docker kill $(docker ps -q) | |
docker rm $(docker ps -a -q) | |
docker rmi $(docker images -q) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence | |
http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd" | |
version="2.1"> | |
<persistence-unit name="persistenceUnitName" transaction-type="RESOURCE_LOCAL"> | |
<properties> | |
<property name="javax.persistence.jdbc.driver" value="org.postgresql.Driver" /> <!-- DB Driver --> |
There are some network issue from your network service which is causing the issue. Choose options below:
- You can use Hostspot Shield VPN (Free with Limited 2.2 MB)
- Set an enviromnent variables
set PUB_HOSTED_URL=https://pub.flutter-io.cn
set FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
NewerOlder