Updated READMEs. Recommend using rails3 branch.
This commit is contained in:
parent
ec2e761e7f
commit
8883d0dfaf
2 changed files with 8 additions and 3 deletions
5
README
5
README
|
@ -6,6 +6,11 @@ Web-based software to manage a non-profit food coop (product catalog, ordering,
|
||||||
|
|
||||||
Have a look on README_DEVEL.
|
Have a look on README_DEVEL.
|
||||||
|
|
||||||
|
Update, it is highly recommended to checkout the rails3 branch. As soon as possible I will merge this branch
|
||||||
|
into master. So for beginnners, better start with the new (I hope much easier) code.
|
||||||
|
|
||||||
|
git checkout -b rails3 origin/rails3
|
||||||
|
|
||||||
== License
|
== License
|
||||||
|
|
||||||
FoodSoft - a webbased foodcoop management software
|
FoodSoft - a webbased foodcoop management software
|
||||||
|
|
|
@ -69,7 +69,7 @@ With this, you also get a ready to go user with username 'admin' and password 's
|
||||||
---------------
|
---------------
|
||||||
Start the WEBrick server to try it out:
|
Start the WEBrick server to try it out:
|
||||||
|
|
||||||
script/server
|
bundle exec rails s
|
||||||
|
|
||||||
|
|
||||||
(8) (optional) Get background jobs done
|
(8) (optional) Get background jobs done
|
||||||
|
|
Loading…
Reference in a new issue