2018年2月24日土曜日

ruby on rails with windows 10.

next step of setting up Ruby on Rails, let's install postgresSQL
mv to /mnt/c/Users/yourname/Documents it is not easy to access the file of linux subsystem however the windows files can be found in under /mnt . I will create a new working folder here in windows Documents.
$rails new myNewSite
$cd myNewSite
$rails server
It works from windows file system but work on Linux. Now I can edit source code, css and more with a GUI editor like visual studio code. Set up postgressql
$su apt-get install postgresql postgresql-contrib

0 件のコメント:

コメントを投稿