Skip to content

Instantly share code, notes, and snippets.

@kenichi-shibata
Last active October 6, 2020 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenichi-shibata/7436c6d40ac467ae69684e92f02bf10c to your computer and use it in GitHub Desktop.
Save kenichi-shibata/7436c6d40ac467ae69684e92f02bf10c to your computer and use it in GitHub Desktop.

Run the Shibata.Cloud Website

Open the Cloud9

Services -> Cloud9 -> Open IDE

Get the project

$ git clone https://github.com/kenichi-shibata/kumusta-mundo.git

Update the OS and the prerequisites

$ sudo apt update
$ sudo apt install python3-pip
$ python3 --version
$ pip3 --version 
$ sudo pip3 install pipenv

Run the project

$ cd kumusta-mundo 
$ pipenv shell --python /usr/bin/python3
$ pipenv install --python /usr/bin/python3
$ flask run --host=0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment