Skip to content

pollitosabroson/idneo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idneo

Prerequisites

Configuring your virtual environment

  1. Fork the repo with your Github's user

  2. Clone your fork

    $ git clone --recursive git@github.com:{ your username }/idneo.git
  3. Create the virtual machine

    $ cd idneo
    $ vagrant up
  4. Build the environment inside the virtual machine

    $ fab environment:vagrant bootstrap
  5. Run the development server

    $ fab environment:vagrant runserver
    
  6. Open your web browser and check the project at 127.0.0.1:8000

Useful fabric commands

resetdb

Drop and rebuild a fresh database instance for the project.

$ fab environment:vagrant resetdb

pip_install [upgrade=boolean]

Install the Python dependencies for the project specified in the proper requirements file for the given environment.

# Installing dependencies
$ fab environment:vagrant pip_install

# Install and upgrading dependencies
$fab environment:vagrant pip_install:upgrade=True

runserver

Run the development server inside the virtual machine.

$ fab environment:vagrant runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published