Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhailvs/suhailvs.com
my home page:
https://github.com/suhailvs/suhailvs.com
Last synced: 9 days ago
JSON representation
my home page:
- Host: GitHub
- URL: https://github.com/suhailvs/suhailvs.com
- Owner: suhailvs
- Created: 2014-06-16T04:39:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T02:49:10.000Z (almost 4 years ago)
- Last Synced: 2023-04-03T17:43:02.821Z (over 1 year ago)
- Language: CSS
- Homepage: http://suhails.in
- Size: 701 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [suhails.in](http://suhails.in) #
### Openshift credentials ###
+ username: `[email protected]`
+ clone: `git clone ssh://[email protected]/~/git/www.git/`
+ ssh: `[email protected]`### export Openshift mysql Database ###
goto: `http://suhails.in/phpmyadmin` -> then export `blog,blog_tags,tag`
+ Export Method: Custom - display all possible options
+ Format-specific options: structure and data
+ Object creation options: Add CREATE PROCEDURE / FUNCTION / EVENT statement### Import to local mysql database:###
Import the file **backup_aug12.sql** to local mysql database:
mysql -u -p < backup_aug12.sql