Skip to content

cloudspace/cloudspace_rss

Repository files navigation

Project Setup Instructions

Create and launch the vagrant box

git clone git@github.com:cloudspace/cloudspace_rss
cd ./cloudspace_rss
vagrant up

After the box is up, vagrant ssh and configure it

sudo apt-get -y install libmagickwand-dev libsasl2-dev memcached libmemcache-dev # needed for rmagick and memcached, respectively
sudo gem install bundler
cd /srv/cloudspace_rss
bundle
echo >> ~/.bashrc
echo "export DEVISE_SECRET_KEY=$(openssl rand -hex 64)" >> ~/.bashrc
echo "export SECRET_TOKEN=$(openssl rand -hex 64)" >> ~/.bashrc
source ~/.bashrc
rake db:setup
nohup rails s &>/dev/null &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published