Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
Resources Watch videos, read documentation, and hear Chocolatey success stories from companies you trust. View Resources Events Find past and upcoming webinars, workshops, and conferences. New events have recently been added! View Events Courses Step-by-step guides for all things Chocolatey! Earn badges as you learn through interactive digital courses. View Courses Join our monthly Unpacking Softw
この投稿は Fujitsu Advent Calender 2016 の 12日目の記事です。 この記事に書かれた見識は個人のものであり、所属する会社・組織を代表するものではありません🐸。 12/12修正: asciidoctor-pdfインストールコマンドに誤りがありました。 サンプルのスタイルファイル名を confidential_style.yaml から public_style.ymlに変更し、機密区分表記をPublicにしました(不適当だったため)。 合わせてサンプルPDFドキュメントの画像を差し替えています。 その他タイポを修正しました。 背景・動機🐸 技術職にかぎらず、仕事をする上でドキュメントを書く機会はたくさんありますが、大なり小なり組織に所属している以上、好き勝手にオレオレフォーマットを作って、「これがオフィシャルです」・というのはなかなか難しく、組織の内で用意さ
普通にインストールするとProgram Filesにインストールされてしまうので、それを変更する Cygwinのインストール C:¥> cinst cygwin -o -ia "-q -N -R C:\ -l C:\Cygwin\packages --packages wget, tar, gawk, xz, bzip2, gcc-core -s http://ftp.iij.ad.jp/pub/cygwin/" -oでオプションを上書きすることを示す(OverrideArguments flag) -iaでオプションを上書きするインストールオプションを指定する(InstallArguments) シングルクオーテーションに囲まれた部分がCygwinに関連する部分で、例えば、 --packagesでパッケージも一緒に指定できる。 ちなみに %USERPROFILE%\AppData\Loc
Chocolateyでpostgresqlをインストールしたときにちょっとつまづいたのでメモ。 > cinst postgresql でpostgresqlをインストール。 2014/01現在の"cinst postgresql"パッケージでは、postgresqlがWindowsサービスとして設定される。 (と同時にWindows起動時に毎回サービスが立ち上がるようになるのでその辺は適宜設定しなおしたほうがいいかもしれない) インストール完了後、psqlで接続しようと思うがユーザーIDとパスワードがわからない。 よく見ると、 Windowsのユーザーとして postgresが登録されていて、、パスワードは Postgres1234となっている。 Chocolatey postgresql パッチを使ってるなら必ずこのuser,passになるんじゃないかな、と思います。 > psql -h
PlantUMLは、DSL(ドメイン特化言語)をコーディングすることでUMLが描ける、Java製のツールです。 今回はAtomとPlantUML Viewerパッケージを使い、ライブプレビューを見ながらUMLをモデリングする環境を作ってみました。 イメージ図↓ 編集履歴 2016/03/22: 中華フォント対策を更新 環境 Windows 10 Pro 64bit Atom Version 1.0.10 Chocolatey v0.9.9.8(セットアップで使用) ※ この記事ではWindowsでのセットアップですが、MacやLinuxでもほとんど同様に実行可能かと思います。 セットアップ ライブラリインストール PlantUMLを使用するには、動作環境であるJavaとレンダリングライブラリのGraphvizのインストールが必要です。 Windows 10にしてから、そういえばJavaも入
This topic displays help topics for the Package Management Cmdlets. The cmdlet reference documentation on this site documents the latest version of the module. This documentation cover version 1.4.8.1 of the PackageManagement module. Important Windows PowerShell 5.1 comes with version 1.0.0.1 of PackageManagement preinstalled. This version of PowerShellGet has a limited features and doesn't suppor
NIX 互換環境に見られるようなパッケージマネージャが Windows 10 で遂に公式にサポートされるようになった。既存のサードパーティ製パッケージマネージャを内包して抽象化するエコシステムが取られている。 備忘録としてメモ。 概要 Package Management for PowerShell Modules with PowerShellGet - The Microsoft MVP Award Program Blog - Site Home - MSDN Blogs 上図のように、既存の NuGet や Chocolatey を 1 つの Provider として位置付け、PowerShell 上から共通インターフェースでそれらを扱える仕組みを提供している。 図の転載元記事にあるように、このエコシステムは PowerShellGet と OneGet と呼ばれる。 2015
windowsの開発環境はpower shellの入っている環境なら手作業をほとんどなくして整えることが可能だ。 chocolateyを使います。インストールするのはピカイチに簡単。コマンドプロンプトから以下をコピペして実行してね。 @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin 勝手にインストールが始まるから放置しとく、結構すぐ終わった気がする。 Windows updateを怠ってたりすると.NETがねぇよって言われることあるけど再起動したら勝
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
10分でセットアップできる簡単手順 Windows8 に Vagrantを入れてみる,そしてGitHubにアクセス 最近は、LAMP環境も使い捨てというかCIツール(Jekinsとか)と組み合わせてテスト駆動型で仮想環境を作成・破棄なんていうのが流行っていたりもしますが、Vagrant 使うとさっくり仮想環境(以下 VM)を作成できるよというので試してみました。また作成した Vagrant 環境から Github にアクセスできるようにしてみます。 Vagrant の設定 Chocolatey の導入 Chocolateyは、Windows版 yum っていう感じのコマンドラインからアプリをインストールできるパッケージ管理システムです。これを導入しておくといちいちアプリをぐぐったりしなくていいのとバージョンアップも簡単ですのでまずはインストールします。 https://chocolatey
Resources Watch videos, read documentation, and hear Chocolatey success stories from companies you trust. View Resources Events Find past and upcoming webinars, workshops, and conferences. New events have recently been added! View Events Courses Step-by-step guides for all things Chocolatey! Earn badges as you learn through interactive digital courses. View Courses Join our monthly Unpacking Softw
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く