KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
marketing
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Proyectos_KiCAD
:
Proyectos realizados en KiCAD a modo de tutoriales en Piensa 3D (https://www.youtube.com/channel/UC0-azsu5e8CxZfTl9mmafww)
lttng-ust-rs
:
lttng-ust bindings for Rust
geojson2ndjson
:
Convert a GeoJSON file into newline-delimited JSON output, one line per feature.
SpringBootIntro
:
No description available.
no-search-for-extension
:
Chrome extension to remove the "People also search for" element
// 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
marketing
?
Download (.md)
 [](https://circleci.com/gh/columbus-elixir/marketing/tree/master) ## Getting Server Started: * Install dependencies with `mix deps.get` * Create and migrate your database with `mix ecto.create && mix ecto.migrate` or `mix ecto.setup` to create, migrate and seed. * Install Node.js dependencies with `cd assets && npm install` * Start Phoenix endpoint with `mix phx.server` or `iex -S mix phx.server` if you want to run within a REPL. * Create .env file to run locally with ENV_VARS for [basic_auth](https://github.com/cultivatehq/basic_auth). .env should look something like this. ``` #.env export BASIC_AUTH_USERNAME=(replace with your login) export BASIC_AUTH_PASSWORD=(replace with your password) ``` Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. ### Extra Tools * Run `mix credo` to see a list of code analysis suggestions via [Credo](https://github.com/rrrene/credo). NOTE: We are using the defaults Credo provides. Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment). ## Learn more * Official website: http://www.phoenixframework.org/ * Guides: http://phoenixframework.org/docs/overview * Docs: https://hexdocs.pm/phoenix * Mailing list: http://groups.google.com/group/phoenix-talk * Source: https://github.com/phoenixframework/phoenix