close
Skip to content

eyeyellow/StockAid

 
 

Repository files navigation

Build Status

StockAid Logo

Development Environment

Run rake setup to prepare the necessary environment variables to begin development. After that, you will need to run rvm use . to load the environment variables generated in .ruby-env.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/on-site/StockAid. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This project is available as open source under the terms of the MIT License.

Mac Setup

If you are on the Mac, follow these steps (with caution):

brew update
brew install postgresql
git clone https://github.com/on-site/StockAid.git
\curl -sSL https://get.rvm.io | bash -s stable
rvm install `cat .ruby-version`
cd .
gem install bundler
bundle
rake setup
rvm use .
spring stop
# now to start your postgres db
postgres -D /usr/local/var/postgres/

About

A website for tracking inventory

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 70.5%
  • HTML 26.2%
  • CoffeeScript 2.6%
  • Other 0.7%