文件名称:cuba-skeleton:骨架古巴Web应用程序
文件大小:40KB
文件格式:ZIP
更新时间:2024-06-13 16:28:06
Ruby
古巴骨架 古巴Web模板应用程序。 开发设置 调配 为了在开发环境上运行项目,我们使用了vagrant。 确保已安装VirtualBox,Vagrant和ansible。 VirtualBox可以与安装程序一起安装。 可以使用来安装 Ansible可以与brew一起安装: brew install ansible或通过的任何其他方法。 要设置无业游民的机器,首先克隆仓库,添加设置,然后运行vagrant up : $ git clone git@github.com:citrusbyte/cuba-skeleton $ cd cuba-skeleton $ cp ansible/group_vars/development.yml{.sample,} $ vagrant up 在继续操作之前,请确保没有错误出现。 您现在可以通过运行vagrant ssh进入虚拟机。 Vagr
【文件预览】:
cuba-skeleton-master
----.gitignore(165B)
----config.ru(71B)
----Makefile(193B)
----bin()
--------start-server(235B)
----Vagrantfile(652B)
----public()
--------fonts()
--------images()
--------javascripts()
--------stylesheets()
--------502.html(21B)
--------500.html(31B)
--------404.html(19B)
----ansible()
--------production(36B)
--------provision.yml(282B)
--------deploy.yml(134B)
--------group_vars()
--------roles()
----notifiers()
--------rack_error.text.erb(833B)
----README.md(3KB)
----config()
--------settings.rb(517B)
----migrations()
--------001_create_users.rb(365B)
----lib()
--------error_notifiers()
----webapp()
--------helpers.rb(4KB)
--------compiler.js(2KB)
--------javascripts()
--------less()
--------views()
--------app.rb(872B)
--------contexts()
--------compile.js(433B)
--------routes()
--------watch.js(702B)
----Rakefile(665B)
----initialize.rb(498B)