Rename the Tracks directory to railsapp

mv tracks-$VERSION railsapp

I got this error message:

mv: cannot stat 'tracks' No such file or directory

Could it be that the syntax 'mv' should be something else? I have followed through the documentation based on this /docs/rails/deploying-tracks-application

 

Thanks very much.

Replies (6)

My "apt-get update" is slow

Reply 1
I have waited for more than two hours and I gave up updating "apt-get update". So I have not tried using your edited version. Thanks, now I understand the purpose. I will post back when it is better(the update). Thanks, again. Really.

The contents is a list of

Reply 2

The contents is a list of all the items from the tracks-current zip folder. After removing the tracks-current zip folder, I will be back in "/var/www#"

Thanks, liraz, really but I can not understand what is "ls -la" stands for?

ls?

Reply 3
The docs ask you to unzip the tracks application:
unzip tracks-current.zip
rm tracks-current.zip
After you do that, what are the contents of the current working directory?
ls -la

Same no such folder error message

Reply 4

By means of "brings no result" -- I was implicating the same error message as before.

No such file is found "tracks-*"

Help, please. :)

Rename the Tracks directory to railsapp

Reply 5

mv tracks-* railsapp

How do I know my version I am using? Of course, by following the code above 'literally' brings no result also.

Thanks.

$VERSION is a placeholder

Reply 6
$VERSION wasn't meant to be interpreted literally. It's a stand-in for whatever version you happen to be using. I revised the docs to prevent future misunderstandings.