https://github.com/soixantecircuits/gist
Some useful scripts, snippets and documentations.
https://github.com/soixantecircuits/gist
Last synced: 9 months ago
JSON representation
Some useful scripts, snippets and documentations.
- Host: GitHub
- URL: https://github.com/soixantecircuits/gist
- Owner: soixantecircuits
- Created: 2013-04-03T15:19:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-08T14:31:19.000Z (almost 12 years ago)
- Last Synced: 2025-01-29T13:44:51.698Z (11 months ago)
- Language: Shell
- Size: 160 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gist
====
Some useful scripts, snippets and documentations.
### Wordpress quick install script: `wpinstall.sh`
Require [wp-cli](https://github.com/wp-cli/wp-cli).
Install wordpress in less than 1 minute.
Run the script from the command line like so: ```sh wpinstall.sh Path/to/your/wordpress/folder```
Make sure the folder does not exist.
### Facebook token app generator
Require [node.js](http://nodejs.org/).
Generate facebook token application from command line
Just type :
`node fbtokenizer.js app_id app_secret`
The app_id and app_secret are there :
https://developers.facebook.com/apps/