KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Atreides
★ 15
Open GitHub ↗
Simple rails CMS
Download README (.md)
Explore Similar Repositories
stockfolio
:
Track stock portfolio positions and stock watchlist from the command line
warthog
:
A Logic Framework in Scala
django-croppable-images
:
No description available.
Compromise
:
No description available.
Peyote
:
A database query builder engine for PHP 5.3+
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Atreides
?
Download (.md)
# Atreides ## Installation guide ## ```sh rails new cool_website cd cool_website echo "gem 'atreides'" >> Gemfile bundle install # or bundle update rails g atreides rake db:migrate rails s ``` Then visit <http://localhost:3000/admin> to get started. Many of the plugins require configuration settings. See config/settings.yml. ## Running the tests: ## bundle exec rake spec bundle exec cucumber To use spork, first launch a Sport server like this: RAILS_ENV=test spork rspec &2> /dev/null RAILS_ENV=test spork cucumber &2> /dev/null Then, add the command-line option `--drb` to your RSpec or Cucumber command