Skip to content
Snippets Groups Projects
Commit e501c748 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Document how to install likvid.

parent dd8fd03d
No related branches found
No related tags found
No related merge requests found
== Welcome to likvid
To install:
- create config/database.yml from config/database.yml.template
- give MySQL access to the user you specify in database.yml, with
something similar to this:
grant all on likvid_development.* to rails;
grant all on likvid_test.* to rails;
grant all on likvid_production.* to rails;
create database likvid_development;
create database likvid_test;
create database likvid_production;
- run "rake migrate". Edit RAILS_GEM_VERSION in
config/environment.rb if rake tells you to do so.
- run "script/server".
- point a browser at the URL that script/server prints. That's all!
Below is the default Rails README file.
== Welcome to Rails
Rails is a web-application and persistence framework that includes everything
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment