Skip to content

Commit 98c014c

Browse files
authored
Create README.md
1 parent d65d551 commit 98c014c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CourseEval
2+
一个课程评估网站,操作如下:
3+
* Setup a Cloud9 environment for the course.
4+
* In your Cloud9 terminal, type the following command to clone the repository to your development workspace:
5+
* Then cd rottenpotatoes-rails-intro to change to the app's directory.
6+
* Run the command bundle install --without production to make sure all the gems (libraries) used by the app are in place.
7+
* Run bundle exec rake db:setup to create the initial database.
8+
* Run rails server -p $PORT -b $IP to start the app. Cloud9 will pop up a window showing the URL to visit in your browser to interact with the running app.

0 commit comments

Comments
 (0)