New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mickelsonm/go-contact-demo

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mickelsonm/go-contact-demo

  • v0.0.0-20131009203130-31e1cef1c325
  • Source
  • Go
  • Socket score

Version published
Created
Source

CURT Admin

GoAdmin is the second iteration of the CURT eCommerce Management Portal. This version was built using the MySQL infrastructure that CURT is moving toward and uses a more scalable model.

Setup Process

  1. Install Capistrano

    gem install capistrano
    
  2. Install JSON Gem && JSON-Pure Gem

    gem install json
    gem install json_pure
    
  3. Install GruntJS

    npm install -g grunt-cli
    

Build Process

Grunt

This task will run jshint against all javascript, run the compass compiler against all our compass styling, it will run uglify to minify the javascript and add a banner; while also watching for changes and re-running the validation on save.

grunt

Deployment Process

Capistrano Deployment

Capistrano will pull from the Github repository using remote_cache, this makes things deploy a little quicker. It will run go get against all needed go dependencies. Then it will configure the database settings and email settings through either a defined deploy_settings.json file or using prompts.

After all configuration is finished, it will minify javascript and stylesheets using the yui-compressor jar file on the remote server.

Once minification is finished, it will compile an executable, kill the running process, and start a new process. Pretty cool, eh?

cap deploy

Contributors

Alex Ninneman

  • http://twitter.com/ninnemana
  • http://github.com/ninnemana

FAQs

Package last updated on 09 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc