/

railroad

Journey

Really, really easy, individual-oriented I2P blogging with a low barrier to entry formerly based on kabukky/journey , now completely forked.

The first time you run Railroad you’ll need to set a password, then re-start the application. You can do this by visiting the WebView(via the traymenu) or by visiting http://localhost:7672/admin/login .

Enable the SAM API: Go to http://127.0.0.1:7657/configclients . Find the menu item called “SAM application bridge.” Select “Run at Startup” and press the small arrow to the right of the text.

Windows Users: On Windows this application depends on the presence of WebView2 libraries. If they aren’t present, the application will attempt to automatically download and install them. This is normal. If you do not want the application to do it, then you should do it yourself: https://developer.microsoft.com/en-us/microsoft-edge/webview2/ .

Get it:

Menu

The first time you run railroad you’ll need to set up an account. Go to http://localhost:7672/admin/login/ and fill in your username and password. Restart the plugin and your site will become available.

OSX Builds

I have no idea if these will work:

build from source

Editing a post

    go get -u i2pgit.org/idk/railroad

build a ‘package’

If your GOPATH is unset, set it to $HOME/go

    export GOPATH=$HOME/go

If your $GOPATH is set, leave it as-is.

    mkdir -p $GOPATH/src/i2pgit.org/idk/railroad
    git clone https://i2pgit.org/idk/railroad \
      $GOPATH/src/i2pgit.org/idk/railroad
    cd $GOPATH/src/i2pgit.org/idk/railroad
    make releases

install a package

Enable the SAM API: Go to http://127.0.0.1:7657/configclients . Find the menu item called “SAM application bridge.” Select “Run at Startup” and press the small arrow to the right of the text.

SAM API Screenshot

Download the package for your platform, zip for Windows, tar.gz for Linux. Unzip the package and double-click the railroad.exe file for Windows or the railroad file for Linux.

build your own deb

Using checkinstall to generate a deb is done for you:

    mkdir -p $GOPATH/src/i2pgit.org/idk/railroad
    git clone https://i2pgit.org/idk/railroad \
      $GOPATH/src/i2pgit.org/idk/railroad
    cd $GOPATH/src/i2pgit.org/idk/railroad
    make checkinstall
    sudo apt-get install ./i2p-railroad_0.0.01-1_amd64.deb

will set up railroad on Debian and Ubuntu for your system.

install using make install

When using make install a wrapper script is installed to set up railroad in the user’s $HOME/.config/railroad directory. It’s installed to /usr/local/bin/railroad .

    mkdir -p $GOPATH/src/i2pgit.org/idk/railroad
    git clone https://i2pgit.org/idk/railroad \
      $GOPATH/src/i2pgit.org/idk/railroad
    cd $GOPATH/src/i2pgit.org/idk/railroad
    sudo make install
Get the source code:
Show license
The MIT License (MIT)

Copyright (c) 2015 kabukky

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Hide license
I2P