


Research & Strategies Research & Strategies submenu.Fixed Income Capital Markets Fixed Income Capital Markets submenu.Career Opportunities Career Opportunities submenu.Equity Research Equity Research submenu.Global Equities & Investment Banking Global Equities & Investment Banking submenu.Industry Insight Industry Insight submenu.Specialty Areas Specialty Areas submenu.Convenience Store & Fuel Products Distribution.Industries of Focus Industries of Focus submenu.Capabilities & Coverage Areas Capabilities & Coverage Areas submenu.Investment Banking Investment Banking submenu.The strength of Raymond James is reflected in both these ongoing accomplishments and in the consistent recognition we receive from our industry and our peers. Insurance Solutions Insurance Solutions submenu.Banking & Lending Services Banking & Lending Services submenu.Raymond James Trust Company of New Hampshire.Estate, Charitable Giving & Trust Services.Estate, Charitable Giving & Trust Services Estate, Charitable Giving & Trust Services submenu.Financial & Retirement Planning Financial & Retirement Planning submenu.Investment Solutions Investment Solutions submenu.Advice, Products & Services Advice, Products & Services submenu.Planning for Retirement Planning for Retirement submenu.What Are You Planning For? What Are You Planning For? submenu.Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any No Binaries MetricĠ.1.1 passed this metric Testing File MetricĠ.1.1 failed this metric Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of, and your repo must contain a TESTING.md file Version Tag MetricĠ.1.
APPBOX LOGIN LICENSE
Contributing File MetricĠ.1.1 failed this metric Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of, and your repo must contain a CONTRIBUTING.md file Foodcritic MetricĠ.1.1 failed this metric FC064: Ensure issues_url is set in metadata: appbox/metadata.rb:1įC065: Ensure source_url is set in metadata: appbox/metadata.rb:1įC066: Ensure chef_version is set in metadata: appbox/metadata.rb:1įC069: Ensure standardized license defined in metadata: appbox/metadata.rb:1 A cookbook must have at least 2 collaborators to pass this metric. See the License for the specific language governing permissions andĠ.1.1 failed this metric Failure: Cookbook has 0 collaborators. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Unless required by applicable law or agreed to in writing, softwareĭistributed under the License is distributed on an "AS IS" BASIS, You may not use this file except in compliance with the License. Licensed under the Apache License, Version 2.0 (the "License")
APPBOX LOGIN INSTALL
appbox::tools - install the following tools:.appbox::apps_dir - setup base directory to store apps.appbox::users - create users and groups.
APPBOX LOGIN UPDATE
appbox::package_update - update software packages (with apt-get update).node (default: "/home/apps") - base directory to store apps, writable (with +SGID) by apps group members.node (default: "apps") - apps account, to run apps (no login, not sudoer, member of apps group).node (default: "deploy") - deploy account, to deploy apps (login with SSH key, passwordless sudo, member of apps group).node (default: "devops") - admin account, to perform sysadmin tasks (login with SSH key, passwordless sudo, member of apps group).node (defaults: ) - a list of authorized SSH public keys for deploy user.node (default: ) - a list of authorized SSH public keys for admin user.See also teohm/kitchen-sample for appbox usage example with chef-solo. To install with Berkshelf, add this into Berksfile: cookbook 'appbox'Īdd appbox::default recipe into run list, or include the recipe in your code: include_recipe "appbox::default"Īnd override attributes to customize the cookbook. Provides a set of recipes to setup a base app server:
