Stockmanage is a RoR web responsive application to manage everything related to sales and stock.
Clone the repo...
$ git clone https://github.com/eugesma/stockmanage.gitSet ruby version
$ cd stockmanage
$ echo "ruby-3.0.0" > .ruby-version
$ echo "stockmanage" > .ruby-gemsetInstall gems and dependencies
$ bundle installIf raise the following error
An error occurred while installing pg (1.2.1), and Bundler cannot continue.
Try:
$ sudo apt-get install libpq-dev
$ bundle installInstall NodeJs
$ sudo apt-get install nodejsCreate pg_trgm and unaccent extensions
Run migrations
$ bin/rake db:migrateFinally
$ bin/rails s