文件名称:sheql-start:在Sinatra启动一个新项目
文件大小:2.32MB
文件格式:ZIP
更新时间:2024-05-27 15:20:20
HTML
专案 这是一个可用于启动项目的存储库。 以演练为例来指导您。 登录GitHub并将此仓库分叉到您自己的帐户中。 单击克隆或下载链接,然后复制ssh克隆名称。 (在https和ssh之间切换,直到看到带有ssh指示符的克隆。) 登录到Cloud 9。 在您的Cloud 9工作区的根目录中,打开一个终端窗口并键入git clone ,然后粘贴您复制的存储库的名称。 它可能看起来像git clone git@github.com:Gmfholley/sheql-start.git 。 将目录更改为刚创建的文件夹: cd sheql-start 。 bundle install以安装此仓库的所有文件。 sudo service postgresql start启动postgres。 现在您已经安装并启动了postgres,现在就可以开始了。 我写了一些辅助方法来服务Sinatr
【文件预览】:
sheql-start-master
----launch_to_heroku.md(2KB)
----log()
--------.gitkeep(0B)
----set_up.md(931B)
----public()
--------assets()
----config.ru(43B)
----views()
--------home.erb(9KB)
--------layout.erb(1007B)
--------graduation()
----models()
--------.gitkeep(0B)
----Gemfile(254B)
----write_blog_post.md(711B)
----fetch_remote.md(374B)
----google_authentication.md(15KB)
----Rakefile(2KB)
----config()
--------database.yml(224B)
----assets()
--------create_client_id.png(284KB)
--------google_developer_console.png(132KB)
--------google_set_up_form.png(269KB)
--------create_api_credentials.png(264KB)
--------google_set_up_credentials.png(155KB)
--------client_secret.png(151KB)
--------create_credentials.png(172KB)
--------google_library_dashboard.png(281KB)
--------google_plus_enable.png(223KB)
--------download_secrets.png(162KB)
--------google_plus_search.png(257KB)
----README.md(2KB)
----Gemfile.lock(3KB)
----.gitignore(39B)
----app.rb(1KB)
----routes()
--------graduation.rb(112B)
--------authentication.rb(294B)
----routes.rb(170B)
----update_html.md(2KB)