'nitrogen create' does not produce a working app
Reported by madhadron | January 25th, 2010 @ 11:04 AM
Running nitrogen create produces a NAME_app.erl file which tries to call nitrogen:start(NAME)...but that function no longer exists in the codebase.
Comments and changes to this ticket
-
Rusty Klophaus April 13th, 2010 @ 09:19 PM
- State changed from new to invalid
- Assigned user set to Rusty Klophaus
This functionality has changed in Nitrogen 2.x.
Instead, run 'make rel_inets' (or whatever your preferred http server of choice) to create a Nitrogen project under rel/nitrogen, and then within the project directory, run 'bin/dev help' to see the code skeleton options.
-
Rusty Klophaus April 13th, 2010 @ 09:23 PM
- State changed from invalid to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang