https://github.com/co2-git/some-dude
Source of some dude website
https://github.com/co2-git/some-dude
Last synced: 5 months ago
JSON representation
Source of some dude website
- Host: GitHub
- URL: https://github.com/co2-git/some-dude
- Owner: co2-git
- Created: 2014-07-10T19:48:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T10:05:08.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T17:59:55.852Z (over 1 year ago)
- Language: JavaScript
- Size: 832 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# some dude's blog
The source of some-dude-blog.com
Powered by:
- NodeJS
- Express
- MongoDB
- Redis
- Dude
- Bower
- Foundation
- SASS
- Font Awesome
- jQuery
- Prism
- Github
Hosted by:
- joyent (ubuntu instance 512MB) => nodejs server + redis server
- joyent (ubuntu instance 512MB) => mongodb server
# Install
Recommended OS: Ubuntu 14 64bits
# install node modules and npm dependencies
npm install https://github.com/co2-git/some-dude
# config file
cat << CONFIG > .config.json
{
"mongodb": {
"host": Your host here,
"port": Your port here,
"db": Your db here,
"auth": {
"user": Your user here,
"password": Your password here
}
}
}
CONFIG
# install bower components
cd some-dude/public
bower install
cd ..
# install mongodb and redis
dude install
# build environment
dude build
# start services
dude start
# Reload the server with 0 second downtime
dude reload server.js
# Stop all services
dude stop