Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linux300/tibetan

Tibetan is web project about Tibetan Medicine
https://github.com/linux300/tibetan

javascript jquery rails4 ruby

Last synced: 15 days ago
JSON representation

Tibetan is web project about Tibetan Medicine

Awesome Lists containing this project

README

        

# tibetan
The Tibetan

sudo apt-get update
sudo apt-get install -y libapache2-mod-passenger
sudo a2enmod passenger
sudo /etc/init.d/apache2 restart

sudo /usr/bin/passenger-config validate-install
sudo /usr/sbin/passenger-memory-stats

vim /etc/apache2/sites-available/tibetan.conf

sudo a2dissite 000-default
sudo a2ensite tibetan
sudo /etc/init.d/apache2 restart

RAILS_ENV=production rake db:migrate
RAILS_ENV=production rake assets:clean assets:precompile

RAILS_ENV=production rails s
# or
rails server -e production