Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/linux300/tibetan
- Owner: LInux300
- License: apache-2.0
- Created: 2016-02-16T14:29:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T18:38:46.000Z (over 8 years ago)
- Last Synced: 2024-11-02T17:06:54.737Z (15 days ago)
- Topics: javascript, jquery, rails4, ruby
- Language: JavaScript
- Homepage:
- Size: 50.5 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tibetan
The Tibetansudo apt-get update
sudo apt-get install -y libapache2-mod-passenger
sudo a2enmod passenger
sudo /etc/init.d/apache2 restartsudo /usr/bin/passenger-config validate-install
sudo /usr/sbin/passenger-memory-statsvim /etc/apache2/sites-available/tibetan.conf
sudo a2dissite 000-default
sudo a2ensite tibetan
sudo /etc/init.d/apache2 restartRAILS_ENV=production rake db:migrate
RAILS_ENV=production rake assets:clean assets:precompileRAILS_ENV=production rails s
# or
rails server -e production