KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
hydrocarbon
★ 20
Open GitHub ↗
not just an rss reader
Download README (.md)
Explore Similar Repositories
g1-ata-25
:
G1-ATA interface for embedding 2.5" ATA hard disks inside the Dreamcast console
administrate-field-ckeditor
:
A plugin for adding CKEditor support to Administrate
oscript-component-example
:
Пример внешней компоненты для Односкрипта
adaptjs
:
a javascript wrapper for MycroftAI/adapt
docker-jenkins
:
Jenkins Docker Image which can set proper permission for local host volume
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hydrocarbon
?
Download (.md)
## hydrocarbon > not just an rss reader. ## development Run a copy of postgres somewhere with ```sh docker run -p 5432:5432 postgres:alpine ``` ```sh go get -u github.com/fortytw2/hydrocarbon/... cd $GOPATH/src/github.com/fortytw2/hydrocarbon/ui yarn cd $GOPATH/src/github.com/fortytw2/hydrocarbon/cmd/hydrocarbon go generate $(go list ../../... | grep -v vendor) && go build -i . && POSTGRES_DSN=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable ./hydrocarbon -autoexplain ``` then open port :8080, enter an email, get the login token from hydrocarbon STDOUT and proceed to develop. ## Configuring Image Server Hydrocarbon has two modes for downloading and rehosting images, a local server and a Google Cloud Storage backed server. To use the local server, configure nothing. To configure google cloud storage, set `GCP_SERVICE_ACCOUNT`, `IMAGE_BUCKET_NAME` and `IMAGE_DOMAIN`. ## license mit