Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noteed/ghost
Git hosting tools
https://github.com/noteed/ghost
Last synced: about 2 months ago
JSON representation
Git hosting tools
- Host: GitHub
- URL: https://github.com/noteed/ghost
- Owner: noteed
- License: other
- Created: 2012-01-06T22:31:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T19:41:19.000Z (almost 8 years ago)
- Last Synced: 2023-04-13T10:31:54.937Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ghost -- Git hosting and deployment
(Nothing from the following text is true yet, but might be some day. Actually I
write some stuffs that are useless on their own but let me understand/practice
the concepts.)Ghost is a Git repositories hosting suite written in Haskell (released under a
BSD3 license). Other such tools include Gitosis, Gitolite, and Gitorious.## Installation
Installing Ghost on the server involves creating a ghost user and a few files
and directories. On Arch Linux, this is conveniently done by running the
provided `create-ghost-user.archlinux.sh` script from a regular user account.
The script uses `sudo` so the user should have the appropriate rights.