Skip to content

alsted/bullet_train_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullet Train Application Template with Docker

If you're new to Bullet Train, start with the Bullet Train Developer Documentation and the Getting Started guide. You should also join the community Discord server!

Building a New Application with Bullet Train and Docker

If you're building a new application with Bullet Train, you don't want to "Fork" the template repository on GitHub. Instead, you should:

  1. Clone the template repository:

    $ git clone [email protected]:bullet-train-co/bullet_train.git your_new_project_name
    
  2. Enter the project directory:

    $ cd your_new_project_name
    
  3. Run the instalation and configuration script:

    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/alsted/bullet_train_docker/main/install.sh)"
    

Open-source development sponsored by:


Provisioning a Production Environment on Heroku

You can use this public repository to provision a new application on Heroku and then push your private application code there later.

Deploy

Once that process has completed, be sure to complete the other steps from the Deploying to Heroku documentation.

Contribute to Bullet Train

If you're looking contribute to Bullet Train, you should "Fork" this template repository on GitHub, like so:

  1. Visit https://github.com/bullet-train-co/bullet_train.

  2. Click "Fork" in the top-right corner.

  3. Select the account where you want to fork the repository.

  4. Click the "Code" button on the new repository and copy the SSH path.

  5. Clone your forked repository using the SSH path you copied, like so:

    $ git clone [email protected]:your-account/bullet_train.git
    $ cd bullet_train
    
  6. Run the setup script:

    $ bin/setup
    
  7. Start the application:

    $ bin/dev
    
  8. Visit http://localhost:3000.


This README.md file will be replaced with README.example.md after running bin/configure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.0%
  • Dockerfile 27.0%