Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
likvid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
likvid
Commits
e501c748
Commit
e501c748
authored
18 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Document how to install likvid.
parent
dd8fd03d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+25
-0
25 additions, 0 deletions
README
with
25 additions
and
0 deletions
README
+
25
−
0
View file @
e501c748
== 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment