-
Install packages from repositories:
# apt install python-pip python-MySQLdb python-dev libmysqlclient-dev supervisor -
Install
virtualenvusingpip:
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
| //This is a Redacted version to be used as a benchmark/example for React Native Router Flux | |
| import React, { | |
| Component, | |
| StatusBar, | |
| Text, | |
| View, | |
| StyleSheet, | |
| PixelRatio, | |
| } from 'react-native'; |
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
| // change to false if its not imported into bootstrap | |
| $use-bootstrap: true; | |
| // margin and padding values array | |
| $space-values : ( | |
| 5, | |
| 10, | |
| 15, | |
| 20, | |
| 30, |
#Use this URL to get your client authorized for Instafeed.JS plugin for Instagram.
- First login into your Instargam account
- Then go to https://www.instagram.com/developer/
- At the top click on the Button that says "Manage Clients".
- If you have not Register a new client.
- Fill out everything and where it says redirect url put this url: http://instafeedjs.com
- Then on the security tab make sure you uncheck "Disable implicit OAuth"
- Finally use this link to authoruize Instafeed. Where it says "[Client ID]" replace that including the brackets with your clientID from instagram:
- https://instagram.com/oauth/authorize/?client_id=[Client ID]&redirect_uri=http://instafeedjs.com&response_type=token
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
| // change to false if its not imported into bootstrap | |
| $use-bootstrap: false; | |
| // margin and padding values array | |
| $space-values : ( | |
| 5, | |
| 10, | |
| 15, | |
| 20, | |
| 30, |