Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 428 Bytes

Setup.md

File metadata and controls

33 lines (24 loc) · 428 Bytes

Setup

Setup

sudo apt install ruby ruby-dev bundler git zlib1g-dev libsqlite3-dev sqlite3 imagemagick
git clone https://github.com/chaosdorf/mete.git
cd mete
bundle
rake db:migrate

Run

cd mete
rails server -b 0.0.0.0

TODO: Production server?

Update

Stop the server.

cd mete
cp db/production.sqlite3 db/production.sqlite3.bak
git pull
rake db:migrate

Start the server.